I'm trying to implement full text search for properties.  The DASL spec says
about CONTAINS:

 

"This operator implicitly searches against the text content of a resource,
not against content of properties."

 

Should I be implementing the LIKE operator instead?

 

I need to search the contents of the resources, but I need to combine that
with a search against the content of properties.  

 

Exampe:  If I have a property AUTHOR = Ryan Shae Rhodes, I also need to be
able to search for only Shae and get the resource.

 

-Ryan Rhodes

Reply via email to