On 14/02/2012, at 4:50 PM, Chris Berkhout wrote: > Since this is just simple text search, if you're using Postgres you > could just put a text field in each record of content you want to make > it searchable on, and use Postgres' built in full text indexing.
Yeah, that may work too... (for better or worse will have to use PG during testing then instead of SQLite). > Do you have other specific concerns? Yep. The indexed data is different for each user depending on the permissions. So the same search term will return completely different results for each user and depending on the current context (subdomain). This I guess is the most challenging part. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
