daevaorn / djapian

High level Xapian integration for Django
Other
6 stars 3 forks source link

Add more lookup types #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just now Djapian supports very basic lookup types (exact,gt, lt and etc).

But more advanced lookups are very usful too:

 - iexact
 - contains
 - icontains
 - startswith
 - istartswith
 - endswith
 - iendswith
 - regex
 - iregex

Original issue reported on code.google.com by daevaorn on 23 May 2009 at 6:11

GoogleCodeExporter commented 9 years ago

Original comment by daevaorn on 23 May 2009 at 6:37

GoogleCodeExporter commented 9 years ago
Fixed with r240

Original comment by daevaorn on 25 May 2009 at 11:23