Skip to content

Adds check for regular files when doing fulltext search (Fixes #32)

newhoa requested to merge newhoa/catfish:master into master

Added a check for regular files before doing a fulltext search. This will exclude special files (named pipes, sockets) from fulltext searchess. Fixes catfish from freezing when encountering non-regular files, issue #32 .

Edited by newhoa

Merge request reports