-
Notifications
You must be signed in to change notification settings - Fork 1
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
Infinite Scroll and Search with Next Actions #198
Comments
@sheriffjimoh — This is a great feature to implement on Masterbots alpha (alpha.masterbots.ai), please check the docs related to this, but I cannot assign this due it seems it is assigned to Gabo. @gaboesquivel — Is this a TODO or in progress? So I can assign Jimoh to this task. |
@sheriffjimoh — you might have a green light to do this one. Check the difference between V0 and the alpha version. On alpha I noticed an infinity scroll, but we have to confirm/double-check if we are using it with Nextjs actions. |
Is this not the update here 🤔 |
This is in progress on this PR #199 |
@sheriffjimoh -- looks like issue #166 is co-related with this issue however, since they are related, seems also it will fit to do it on the same branch as PR #199 (or base a new branch from this one), so you can take the search results issue however, it is incomplete, so that might be a blocker for you. @gaboesquivel -- Is issue #166 a copy from this one? It has more specifications there but here looks that by implementing the full-text search will improve the search results hence, issue #166 gets redundant. |
@AndlerRL maybe it is a good idea to close this one and open a new one but for the current branch. Reason: Currently our search only does "title" searchVideo: Screen.Recording.2024-10-03.at.3.26.37.PM.mov |
As this comment, this will be closed. Thanks Brandon for the heads up! |
use supabase full text search https://supabase.com/docs/guides/database/full-text-search
The text was updated successfully, but these errors were encountered: