-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat(indexedDB): clean up searchIndex, indexeddb #2419
Conversation
✅ Yeeeehaw, deploy preview is ready! 🔨 Explore the source changes: c350e49 🔍 Inspect the deploy log: https://app.netlify.com/sites/adoring-edison-dbcef8/deploys/6234f9007322140008b80cda 😎 Browse the preview: https://deploy-preview-2419--adoring-edison-dbcef8.netlify.app |
✅ Yeeeehaw, deploy preview is ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/rebase |
8f0eb09
to
14f43ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll let Drew confirm, but I would guess it only searches after a certain character threshold. Searching for a single letter like 'a' wouldn't be very helpful since it would return any word with an 'a'. This seems like an under-the-hood change, UI updates coming in a later PR
well, last time this was tested the search was far from perfect also, that info is nowhere to be found on the PR, if it has or not a threshold which doesn't even make sense having that because if a user wants to search only by a number or an emoji, he couldn't due to the threshold |
i also have that same issue with dexie when importing specific accounts, more details here |
very strange thanks for checking 🔨 |
@stavares843 dont worry about anything in search, we have an upcoming task for Joe to refactor/work that |
dev Gravacao.do.ecra.2022-03-22.as.22.50.33.movthis branch test0000001.movon dev, you send a glyph - that appears on the front of you |
i can't for the life of me replicate the problem you are having |
so shady |
Gravacao.do.ecra.2022-03-22.as.23.45.27.movflow
then
|
just tested this on #2407 and a few other branches and the issue is consistent across the open PRs right now. |
on dev, is always good for me Phil is checking as well |
Satellite-Absolute.Mozilla.Firefox.2022-03-22.18-26-59.mp4on dev.satellite.one |
What this PR does 📖
libraries/SatelliteDB
library in place of the thirdpartydexie
plugin (will revisit plugins as time allows)minisearch
in place of the previousdexie
Which issue(s) this PR fixes 🔨
AP-979
Special notes for reviewers 🗒️
Additional comments 🎤
Feel free to reach out directly with any questions to try to keep the issue clean for other reviewers.