Skip to content

4.0.0

Compare
Choose a tag to compare
@darrenldl darrenldl released this 31 Mar 08:01
· 307 commits to main since this release
  • Made document search asynchronous to search field input, so UI remains
    smooth even if search is slow

  • Added status to search bar:

    • OK means Docfd is idling
    • ... means Docfd is searching
    • ERR means Docfd failed to parse the search expression
  • Added search cancellation. Triggered by editing or clearing search field.

  • Added dynamic search distance adjustment based on notion of linked tokens

    • Two tokens are linked if there is no space between them,
      e.g. - and > are linked in ->, but not in - >
  • Replaced word with token in the following options for consistency

    • --max-word-search-dist
    • --index-chunk-word-count
  • Replaced word with token in user-facing text