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

Kiwix search implementation #676

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

carddev81
Copy link
Contributor

@carddev81 carddev81 commented Jan 18, 2025

Description of the change

Initial design and implementation of doing full text searching across kiwix libraries. This change required deploying our own managed kiwix server within the 'staging' development environment so that we could manage Kiwix's API to perform full text searching.

Things to note

  • A Kiwix server was set up to provide control and customization over our search functionalities.

  • Libraries will need to be manually downloaded to the Kiwix server as part of the setup and maintenance process.

  • We need to ensure sufficient disk space is allocated on the server for storing library zim files--could grow significantly depending on the number of zim files downloaded.

  • Related issues: "Closes Task: Implement Kiwix Search #639 ".

Screenshot(s)

SearchBoxAndDropdown
SearchSingleLibrary
SearchAcrossLibraries
ColorTheme

Additional context

No additional context.

If any core features or components were removed with this PR, please note them here so that they can be added to the wiki (see Deprecated features and Components).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: Implement Kiwix Search
1 participant