Displaying 1 result from an estimated 1 matches for "actsasxapian".
Did you mean:
acts_as_xapian
2009 Oct 29
0
Serach with Xapian
...uot;left", :number
],[ :right, 1, "right", :number ] ],
:terms => [ [: left, ''L'',
"left"],[:right, ''R'', "right"]]
end
and when a launch the following search in console i have an execption
ActsAsXapian::Search.new([Table], ''left:1..100 AND right:30..200'',
:limit => 100000).result
exception :
RuntimeError: QueryParserError: Unknown range operation
from
/Users/mecharek/tm/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb:367:in
`parse_query''
from
/Users/mecharek/tm...