[Xapian-discuss] queryparser with WILDCARDS in php bindings not working

Martin Hearn martinhearn at mac.com
Fri Mar 10 16:05:20 GMT 2006


Hi

If If I run the php script below queryparser removes the asterisked  
word(s) from it's search.

Am I doing something wrong?

$a = new_queryparser();
$query = queryparser_parse_query($a,"harry  
pott*",QueryParser_FLAG_WILDCARD);

Description: Xapian::Query(harry:(pos=1))

Thanks

Martin




More information about the Xapian-discuss mailing list