-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Investigate search #18
Comments
I'll work an implementation for this base on lunr.py and the django cache system for the backend logic. But for the frontend (the search bar), I'm not so sure. I could write the javascript myself, but frankly, that sounds painful and my js is not that great. There's also django-unicorn and htmx that I've been thinking about. Django-unicorn might be too cumbersome for something so simple, htmx would be more appropriate but it's still another dependency to add to coltrane. I can work with any of the three (Including writing custom js for this) but what do you think is the better option? I'm also open to any other method for implementing this. |
We could also just have a search page that works for now (Python-only) and not try to implement a type-ahead or anything in JavaScript? I think in the future if we wanted anything fancy, I would probably advocate for |
Fine by me |
Maybe via https://lunr.readthedocs.io/?
The text was updated successfully, but these errors were encountered: