search for: kakodkar

Displaying 6 results from an estimated 6 matches for "kakodkar".

2007 Jul 31
5
Group by clause
Hi Does acts_as_ferret support a :group clause? For e.g any rails options like :select or :group etc? or is it that it supports only few of such options?Like it supports :include Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20070731/a74fb666/attachment.html
2007 Jul 30
4
indexing only the changed values
Hi all, i have model A which has a field indexed from model B. model A belongs to model B. So whenever i insert a row in model ''A'', a query is fired to the field from model ''B'' even though the data was not changed for the field in model B. Can i somehow avoid these extra queries,or rather query the data and index it,only if the data has been changed>? e.g
2007 Jul 24
4
Act as Ferret supports Conditional search?
Hi all, Im a newbie to ferret.I have installed the act_as_ferret gem and i actually want to search for some content in the model,but per user. My model has data,user_id.So within the data column i have to serach for a word if it exists for a given user. So can i achieve that ? presently i know that it just searches the "data" column irrespective of the user given. Can someone help me
2007 Aug 18
0
Problem with multi-search
Hi all, I have indexes on 2 models e.g Message model acts_as_ferret(:store_class_name => true, :fields =>{:message => {:store => :compressed}, :felix_user_id => {:index =>:untokenized_omit_norms,:store => :no}) and the chat model acts_as_ferret(:store_class_name => true, :fields => {:name => {:store =>
2007 Aug 20
0
providing ferret filters on multi_search
Hi, I want to do a multiple model search.It works if i give the plain text(query) that i am searching for. But i also want to specify some filters with the query and they are separate for both the models that i am searching. How do i achieve this?Can anyone please help? Thanks Isha -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 21
0
Sorting with multi-search
Hi, Im doing a multi-model search.Does sorting work on multi-model?My code works fine if its searching a single-model.But doesnt work for multi-model. DO i have to do anything different for multi-search sort? Can anyone please help? -------------- next part -------------- An HTML attachment was scrubbed... URL: