search for: l929

Displaying 1 result from an estimated 1 matches for "l929".

Did you mean: 929
2010 Aug 28
1
Partial search on prefixed data
Hello everyone, I'm trying to do an "Auto-complete" widget for the search field on a website, which has Xapian running behind it. (Using the PHP bindings.) I have the name of a search result prefixed with "name", so as the user types, it triggers a search for "name:whatever the user put in". This seems like an ideal use for the FLAG_PARTIAL flag; in fact the