Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor search functionality to support AND-based keyword matching #1352

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

nzin4x
Copy link

@nzin4x nzin4x commented Nov 30, 2024

Changes Introduced:

1.	Enhanced search functionality to allow word-by-word matching regardless of word order.
2.	Retained full-string matching for backward compatibility.

Why This Change?

The new word-by-word matching improves usability by enabling flexible searches even when the word order differs. This is particularly useful for tag-based searches in large datasets.

Testing:

•	Verified that both full-string and word-by-word matching work as intended.
•	Tested with various input scenarios, including empty and multi-word queries.
image

dependabot bot and others added 5 commits September 14, 2024 20:08
Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.77.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Since manifest v3 `execute_browser_action` is no longer available, use the `execute_action` command instead
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants