Xapian2009 code: Title: search.

Today I've discovered how queries should be build for the xapian search.

For query HelpOnTesting it should be

HelpOnTesting or (Help and On and Testing)

if stemming i enabled

HelpOnTesting or (Help and On and (Testing or Test))

Currently xapian_term() does it in a wrong way.

Xapian2009 code: XAPIAN_MIN_VERSION is 1.0.6, events.xapian_index doesn't raise an exception when old xapian is installed.

MoinMoin: Xapian2009/2009-08-18 (last edited 2009-08-18 19:49:28 by DmitriiMiliaev)