Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <cfset term1='"globalization of information"'>
  2. <cfset term2='Reiter'>
  3. <cfsearch name="ExampleOne" criteria='#term1# #term2#' collection="abstracts,fulltexts">
  4. <cfoutput>#ExampleOne.recordcount#</cfoutput>
  5. <cfsearch name="ExampleTwo" criteria='#term2# #term1#' collection="abstracts,fulltexts">
  6. <cfoutput>#ExampleTwo.recordcount#</cfoutput>
  7. <cfabort>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement