Hi,

I've been playing around with dm-sphinx-adapter and dm-is-searchable
and I was wondering if there's anyway to do full-text queries like:
  Item.search('keywords', options_hash)

Instead of:
  Item.search(attribute_keywords_hash, options_hash)

I guess the first one could just use the same keywords against every
searchable attribute, but combine them using OR rather than AND.

I've haven't figured whether this is possible yet, has anyone managed
something like this with dm-sphinx-adapter?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to