jamie wrote:

> I have a need for a layer of access control when performing a query on
> the ferret index.  The solution is to add an dditional clause (e.g. -
> access_teams:12 OR 13 OR 14 OR 22 OR 1).  In order for this to work, I
> need exact matching. This query does not perform an exact match. It
> appears if the index record has access_teams=2  the query will return
> this record.
> 
> Can someone help me with the syntax for exact matching?

Perhaps

+access_teams:12|13|14|22|1


-- 
Rails Wheels - Find Plugins, List & Sell Plugins - http://railswheels.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to