OK, so I've figured out the syntax or querying the key field to get a specific 
record.  The criteria looks something like this:

criteria='key:"D:\\Inetpub\\FoldererName\\FolderName\\FolderName\\Create_View_Delete_Calendar_Groups.doc"'

*Note that every '\' has been escaped to '\\', you had to do the same with 
Verity.

Now say, I want to add additional criteria like documents that contain the word 
office, the criteria looks like this:

criteria='""key:"D:\\Inetpub\\FoldererName\\FolderName\\FolderName\\Create_View_Delete_Calendar_Groups.doc"""
 AND "+office"'\

What I really want to do though is limit the search do docments in a specific 
folder, something like

criteria='key:"D:\\Inetpub\\FoldererName\\FolderName\\FolderName\\*"'

I can't seem to get this to work.  I've read other posting saying wildcard 
searches need to be in lower case, and I've used lcase() around the string to 
force this, but still nothing is returned.



It's probalby a syntax issue, but I tried lots of variation with no success.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to