Skip to content

Fixes for syntax, fulltext zip search, special files (fixes #62)

Bugfixes for:

  • Syntax - "is" with literal. Changed to "=="
  • Fulltext search needed .lower() to show file within zipfiles when Match Exactly enabled. Needs more work (issue #57)
  • Filename search freeze with special files (pipe files). This was another zipfile problem (issue #57)

Merge request reports