[Lxr-dev] [ lxr-Feature Requests-510990 ] Don't require glimpse for file search
Brought to you by:
ajlittoz
From: <no...@so...> - 2002-01-31 00:27:45
|
Feature Requests item #510990, was opened at 2002-01-30 16:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390120&aid=510990&group_id=27350 Category: General Group: Next Release Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Don't require glimpse for file search Initial Comment: Since you already have the filenames from the database, you don't need glimpse for the file name search. Instead you can just run a SQL query like: select filename from files where filename like \ '%file%'; Which is equivalent to running glimpseindex on 'file'. Works in mysql, not sure about Postgres. '_' is also equivalent to '.' in glimpse for match any character. It's not quite full regexp support, but it's better than nothing, especially when glimpse is not an option. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390120&aid=510990&group_id=27350 |