search for: enquire_set_query

Displaying 2 results from an estimated 2 matches for "enquire_set_query".

2006 Mar 29
1
Using boolean terms in PHP bindings
...queryparser_set_database ($query_parser, $db); //set prefix queryparser_add_boolean_prefix($query_parser, "XC", "1"); //parse and create the query $query = queryparser_parse_query ($query_parser, $_REQUEST["search"]); $enq = new_enquire ($db); enquire_set_query ($enq, $query); $result_set = enquire_get_mset ($enq, 0, 10); $item = mset_begin ($result_set);
2006 May 10
1
Documentation for the PHP OO wrapper
...ted. This is everything which is specific to the bindings : http://svn.xapian.org/trunk/xapian-bindings/php/docs/bindings.html?view=co and some which are not documented like (Simple)Stopper::apply(). - some methods have different signatures in the api and in the wrapper (e.g. Enquire::_construct, Enquire_set_query...) So this is a poor result : we have a doc which contains errors... :-( How usable is it ? Generating a better doc require that the xslt file "knows" more about what is specific to the wrapper but adding more and more tests and conditions in the xslt file is probably not an option....