Skip to content

Resolve "Improve name search by adding stemmed documentation to the index"

Camil Staps requested to merge 246-add-stemmed-name-index into main

What does this MR do?

  • Updates to Cloogle 2.0, with indexing of documentation, improved syntax searching, and indexing of common problems in the backend
  • Several minor improvements (Content-Type header; watch.sh additions; dockerignore updates; fix for #249 (closed))

Changes to public APIs

  • It is now possible to use queries with spaces in function "names", as the documentation is used to search as well
  • The maximum query length has been increased to 400

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)
  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)

Related issues

Closes #246 (closed)
Closes #249 (closed)

Merge request reports