Skip to content

Feat: Added support for multiple search filters and optional strategy #72

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sante
Copy link

@sante sante commented Apr 3, 2025

This PR adds support for a new field in FilterModel to allow for different matching strategies. Originally I added the string similarity package as a dependency and used it for a fuzzy search strategy. After some thought, I removed the dependency and added the option to supply your own strategy

Changes to FirestorePagination widget:

Changes to FilterModel:

⚠️ Notes

Still have to update the real time db and documentation

@sante sante changed the title Feat: Added support for multiple search filters and optional fuzzy search Feat: Added support for multiple search filters and optional strategy Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant