Skip to content

v0.2.1

Compare
Choose a tag to compare
@anttiai anttiai released this 25 Nov 12:38
· 264 commits to master since this release

Deprecated function

  • useFuzzyMatch

Added function

  • setFuzzyMatch with possible attribute values true, false, or "auto" (default is "auto" for automatic typo tolerance)

Added possibility to sort search results by custom_field. For example:

  • client.setPaging(1, 10, 'custom_fields.price', 'asc'); // Lowest price first