-
-
Notifications
You must be signed in to change notification settings - Fork 54
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: integrate meilisearch for searching #56
base: main
Are you sure you want to change the base?
Feature: integrate meilisearch for searching #56
Conversation
…rSearch, and GetPostsForSearch
@previnder, the indexing logic along with everything else is finished. Now when pulling data to index it takes it in batches of 5000 records (I'll change it if you want it to be higher or lower, probably higher around 10,000 or 15,000). When pushing the data over to meilisearch we chunk it into batches of 50MiB (or less if we don't have that much data). By default, the searching ability is disabled and still makes use of the Google search to allow for the hoster to fully configure everything without having to worry about meilisearch till they are ready. |
…-meilisearch-for-search-endpoint
…-meilisearch-for-search-endpoint
…lisearch-for-search-endpoint
Merged latest, and now configured to also work with environment variables |
Along with the conflicting files, I've found some other bugs when implementing this PR in a fork, I'll take a look at fixing the issues either today, or this weekend. |
…lisearch-for-search-endpoint
Note, going to refactor a bit of code to be a bit more search engine agnositic, and just refer to the package as search, rather than meilisearch as that can be decided when we store it in context. |
…rch interactions, standardizing interactions and setting a framework to allow for future alternative search engines
…check args when none provided
…lisearch-for-search-endpoint cut out the searching in the UI, not sure how we want this to be done
@previnder I cut out the searching in the UI for communities, not sure how we want this to be done. If you want I can also remove the searching from the main search bar in the UI as it's not complete yet and only supports searching communities in the UI. |
Adds support for the use of meilisearch for quick indexing and searching of discuit communities.
Required
If Possible
General
After this is merged, someone who is better at UI stuff than me should probably make the searching be nice lol
Known Issues
Related Issues: