Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Pass local-data to local search function and pass text-searching and text-no-results with @

Choose a tag to compare

@ghiden ghiden released this 16 Apr 22:07
· 37 commits to master since this release

Changes:

  • passing local-data to local search function. This will make the function easier to test as it does not depend on a scope variable. Thanks to @JohanYe
  • passing text-searching and text-no-results with @ instead of manually retrieving from attributes. This will let you run dynamic filter with double curly expressions. Thanks to @JaZo and @glaggia-larus