Skip to content

Plannable v9.5: Support Room Search

Compare
Choose a tag to compare
@hanzhi713 hanzhi713 released this 17 Sep 03:10
· 22 commits to master since this release

New Features

  • Added room search as per request in #44. It is available in both quick search and fuzzy search. Note that in fuzzy search, it is only available when you use special search syntax, e.g. ":room rice 130".
    image

  • Improve support for autocompletion of special search.
    image

Fixes

  • Fix credit calculation if multiple sections are taken under the same course.

Internal Changes

  • Fuzzy search now uses full tokenization rather than a sliding window.