feat: integrate Meilisearch for enhanced search functionality - #59
Open
fayzetwin1 wants to merge 2 commits into
Open
feat: integrate Meilisearch for enhanced search functionality#59fayzetwin1 wants to merge 2 commits into
fayzetwin1 wants to merge 2 commits into
Conversation
- Added Meilisearch configuration to .env.example and settings.py. - Updated docker-compose files to include Meilisearch service with health checks. - Implemented search functionality in UserViewSet and MarketplaceViewSet using Meilisearch. - Created search suggestion endpoint and integrated it into the frontend search bar. - Enhanced search UI with new styles and tabs for apps and users. - Updated Russian translations for new search-related messages.
myslivets
requested changes
Aug 30, 2026
myslivets
left a comment
There was a problem hiding this comment.
В целом норм, но нужно мне смотреть на демонстрацию фичи, чтобы понять, есть ли ещё огрехи или нет
| <a href="?{% if url_params_tabs %}{{ url_params_tabs|safe }}&{% endif %}type=apps" | ||
| class="tab{% if search_type != 'users' %} active{% endif %}" | ||
| style="text-decoration:none; color:black; display:inline-block;"> | ||
| {% trans "PAGE_SEARCH_TAB_APPS" %} |
There was a problem hiding this comment.
Не по гайдлайнам: отсутствует иконка у вкладки (programs.png)
SuperMaxusa
reviewed
Sep 1, 2026
Contributor
|
Я не увидел явных инъекций, но на всякий случай пересмотри самостоятельно места, где ты берешь информацию из query params и передаешь в melisearch. |
notsecret808
reviewed
Sep 4, 2026
myslivets
approved these changes
Sep 5, 2026
Contributor
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: