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

Improve Search commands #59

Open
Saladoc opened this issue Oct 11, 2022 · 2 comments
Open

Improve Search commands #59

Saladoc opened this issue Oct 11, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Saladoc
Copy link
Member

Saladoc commented Oct 11, 2022

The /wiki and /docs commands both perform searches.

We should investigate if and how the search can be improved for users.

Possible techniques to explore:

  • Auto-Completion for known Keywords / Classes
  • Fuzzy Searches
  • ...
@Saladoc Saladoc added enhancement New feature or request help wanted Extra attention is needed labels Oct 11, 2022
@felldo
Copy link
Member

felldo commented Oct 11, 2022

To get the best experience from auto completion we should most likely start to cache the Javadoc and wiki and once in a while i.e. 1 hour interval refetch them automatically.

@Saladoc
Copy link
Member Author

Saladoc commented Oct 11, 2022

We can do it more often if the webserver hosting both understands If-Modified-Since headers. A small request every couple of minutes won't hurt if it gets answered with an empty HTTP 304 response most of the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants