pombreda / djapian

Automatically exported from code.google.com/p/djapian
Other
0 stars 0 forks source link

Filter using foreign keys #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment I have found it impossible to filter for a foreign key (f.e.
resultlist.filter(place__name = 'New York'). 

Original issue reported on code.google.com by kay.lu...@gmail.com on 9 Nov 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Result set provides filtering only over fields that exist in index& If you want 
to
filter search results with foreign key field - just store it in index with 
specific
tag and filter against it.

Original comment by daevaorn on 14 Nov 2009 at 4:57