simon987 / sist2

Lightning-fast file system indexer and search tool
GNU General Public License v3.0
843 stars 55 forks source link

Search filenames #480

Closed Kiskadee-dev closed 4 months ago

Kiskadee-dev commented 4 months ago

Currently on the web module it doesn't seem to search the names of the files, even exact matches returns no results.

It does search the content of the files as expected, but can't find when searching using the filenames, supporting at least some form of regex would be great.

Supporting to search for the folder path also seems a natural addition.

My usecase: index my backups so i can find stuff easily after a long time using sqlite as the server is unsupported by elasticsearch and has very low memory available.

Kiskadee-dev commented 4 months ago

Okay my scan and index is broken as it can't search things, created a dummy file with some text and it can't find neither text nor filename, deleted and rebuilt the index and it persisted, so the issue is probably in the scan.

A new scan and index on another unrelated folder works fine, i'm trying to see what happened so i can provide details

Kiskadee-dev commented 4 months ago

Can't reproduce the issue