Hey I can't get wildcards to work with the xapian search on http:// osx.iusethis.com/ . When I try to print the parsed query for a search for "firef*", it looks like this : Xapian::Query(firef:(pos=1)), so it looks to me like it's the query parser that strips the star. Note that I am using the unicode branch. Any ideas? Mvh Marcus Ramberg marcus@startsiden.no
On 29. mar. 2007, at 13.29, Marcus Ramberg wrote:> Hey I can't get wildcards to work with the xapian search on http:// > osx.iusethis.com/ . When I try to print the parsed query for a > search for "firef*", it looks like this : Xapian::Query(firef: > (pos=1)), so it looks to me like it's the query parser that strips > the star. Note that I am using the unicode branch. Any ideas?Never mind, figured out I had to enable the feaature flag. Works fine now. Marcus