|
Re: easy question, how would i search a grandparent???!: msg#00081lang.ruby.ferret.general
On Tue, Dec 12, 2006 at 12:51:28AM +0100, koloa wrote: > hi, > i have this in my code > > Article.find_by_contents("#{searchstring} +city:#{passedincity}") > > well that returns to me only articles that belong to whatever the user > selected in city. > > now is it possible to search the grandparent? > > for example > > class country > has_many states > > class states > has_many cities > belongs_to country > > class city > belongs_to states > > ...... > > i would like to search articles that only belong to a country. > something like... > Article.find_by_contents("#{searchstring} > +states.country:#{passedincountry}") you'll have to index state and country whith each article, through indexed methods. there are plenty of examples of how to do this in the archives. Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer kraemer-jv+WEUQhfkc@xxxxxxxxxxxxxxxx Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | easy question, how would i search a grandparent???!: 00081, koloa |
|---|---|
| Next by Date: | Re: easy question, how would i search a grandparent???!: 00081, koloa |
| Previous by Thread: | easy question, how would i search a grandparent???!i: 00081, koloa |
| Next by Thread: | Re: easy question, how would i search a grandparent???!: 00081, koloa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |