Skip to content
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

🚀 Feature: Improve searching algorithm #6838

Open
2 tasks done
SMARTMICROWORLD opened this issue Oct 7, 2023 · 1 comment
Open
2 tasks done

🚀 Feature: Improve searching algorithm #6838

SMARTMICROWORLD opened this issue Oct 7, 2023 · 1 comment
Labels
product / databases Fixes and upgrades for the Appwrite Database.

Comments

@SMARTMICROWORLD
Copy link

🔖 Feature description

Need atleast 3 features:

  1. When I full-text search for example - '😂' then not getting any data, add search by emoji in appwrite.

  2. If there is text like {id: 'xyz', text: 'Placeholder text is text that temporarily holds a place in a document for typesetting and layout.'} in database and user searches like 'holder' or 'setting' or 'out' then i want to get this document.

  3. Rank results by matching characters.

  • Like if databse has 2 docs: {id: 'xyz1', text: 'Placeholder text is text that temporarily holds a place in a document for typesetting and layout.'}
    {id: 'xyz2', text: 'Get out of this setting.'}
    If user searches for 'out' or 'setting' then rank results like [xyz2, xyz1]
  • Same for other searches rank them by most matching characters

Thanks

🎤 Pitch

This will be very useful to search across the databse and also we don't need to store data in other text search engines.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@SMARTMICROWORLD
Copy link
Author

please assign this issue to me

how can i assign you? i already posted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / databases Fixes and upgrades for the Appwrite Database.
Projects
None yet
Development

No branches or pull requests

2 participants