search for: 00z11z22z33z44z55

Displaying 1 result from an estimated 1 matches for "00z11z22z33z44z55".

2007 May 18
3
issues with : in the content
...;"11:11"'') do |id, score| puts "Document #{id} found with a score of #{score}" end it matches. if i search ''11\:11'' it also matches. if the search is ''00*11*'' or ''*11*22*'' it does not matches if hwaddr = ''00z11z22z33z44z55'' it works as expected. If tried with untokenized index but that didn''t help. Should I escape : before indexing ? (that''s not convenient) Should I use another Analyzer ? Any help would be appreciated. Thanks in advance. --