> the last entry concerning this subject was from January 2008.
> Is there any news on this?
> 
> I still have the following problem.
> Filename: test_name.txt
> 
> Search for a file name works greate when I type
> "test" into the search tool.
> "name" with or without wildcards does not return any results.
> 
> Thanks for any comments as I would like to use tracker instead of
> find . -name "*name*"
> 

Probably underscore is not considered a valid word breaker by the
Unicode wordbreak algorithm. Tracker's FTS algorithm is only able to
look for full words or word prefixes, and therefore looking for "name"
will not return the "test_name.txt" result, in the same way as if you
look for "est" or "ame".

-- 
Aleksander

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to