[Xapian-discuss] Problem with stemming and prefixes.
John Wards
jwards at whiteoctober.co.uk
Thu Oct 9 15:29:43 BST 2008
On Thu, 2008-10-09 at 12:48 +0200, Ivan Sutter wrote:
> Indeed, a "print $query->get_description();" tells me that the queries are
> respectively :
> Xapian::Query(XCATthriller:(pos=1))
> Xapian::Query(ZXCATthrill:(pos=1))
As you know that it is a cat search, from your prefix "cat", the
simplest solution is to upper case the first letter using the function
ucfirst.
More information about the Xapian-discuss
mailing list