Feature Requests item #510990, was opened at 2002-01-30 19:27
Message generated for change (Comment added) made by brondsem
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390120&aid=510990&group_id=27350
Category: General
Group: Next Release
>Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Dave Brondsema (brondsem)
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.
----------------------------------------------------------------------
>Comment By: Dave Brondsema (brondsem)
Date: 2004-07-14 17:02
Message:
Logged In: YES
user_id=341298
a flat textfile is used for both glimpse and swish-e now
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390120&aid=510990&group_id=27350
|