Ambar v0.9.1 Release Notes

Release Date: 2017-04-20 // about 7 years ago
  • ๐Ÿ†• New features

    • Introducing Search as You Type

    Search as You Type

    • Added German language analyzer, use ambar_de in config.json to enable it

    • Added CJK language analyzer, use ambar_cjk in config.json to enable it

    • Added search by document update time. Examples: when:today - search for all documents modified today, other options are: today, yesterday, thisweek, thismonth, thisyear

    ๐Ÿ›  Bugfixes

    • Minor bugfixes (thanks for your feedback)

    Migration from 0.9.0

    • Before updating your Ambar to this version, update your ambar.py script by running wget -O ambar.py https://static.ambar.cloud/ambar.py && chmod +x ./ambar.py