search for: add_operator

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

Did you mean: add_iterator
2008 Oct 23
4
Soap4R
The following two line code creates the issue: factory = SOAP::WSDLDriverFactory.new("http://aspire388:8080/ClubConcierge306/axis/LWFlowerService?wsdl") soap = factory.create_rpc_driver The error message is: part: requestParams cannot be resolved RAILS_ROOT: E:/Pavo/csat Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:144:in
2007 Nov 08
1
QueryParser : some remarks
...h ('et' for 'and', 'ou' for 'or', 'sauf' for 'not' and so on). Currently, I pre-process the query, replacing \bet|ou|sauf\b with the correct operator, but it does not work in some cases (phrases...) Would it be possible to have something like qp->add_operator(OP_OR, 'ou') in the API? Also: QueryParser has flag FLAG_BOOLEAN_ANY_CASE to allow boolean operators in any case. Would it be possible to have something similar for the prefix names (title:xx, Title:xx, TITLE:xx would all be recognized)? That's all! Re-reading my mail, it's ra...