massCodeIO / massCode

A free and open source code snippets manager for developers
https://masscode.io
GNU Affero General Public License v3.0
5.8k stars 197 forks source link

[Bug]: The search also lists other results in which the search term does not appear #469

Closed schieffahrer closed 6 months ago

schieffahrer commented 6 months ago

Describe the bug

The exact search in the program still worked until v3.10.0. In the current version, many more search results are now displayed and most of them do not even contain the search term.

To reproduce

  1. Go to search
  2. enter example "samba"
  3. Normally I get exactly 1 result, but now over 20

Version

v3.11.0

OS

Windows 11

Validations

antonreshetov commented 6 months ago

This is not a bug, as starting with version 3.11.0, fuzzy search has been added. For exact search, wrap the desired term in quotes.