Displaying 1 result from an estimated 1 matches for "get_correct".
2009 Dec 22
1
test case for (perl) $qp->get_corrected_query_string()
Greetings,
I'm trying to code a test case for get_corrected_query_string() in perl in
t/parser.t, but I'm getting the following error:
Can't locate auto/Search/Xapian/Query/get_correct.al...
I take it something isn't implemented yet?
Here's the code:
ok( $query = $qp->parse_query( 'one or two',
FLAG_BOOLEAN|FLAG_B...