Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Records will be returned where searchable fields (i.e. name) match the search st

Search fields are configured in a `model`. See <a href="">Data Modeling</a> for more information.

Currently, search uses case-insensitive regular expression matching. This works for simple cases but is not ideal for product search, where fuzzy or phonetic matching is preferred. See the <a href="/roadmap">Product Roadmap</a> for a an estimate on our plan to support fuzzy and phonetic matching.
Currently, search uses case-insensitive regular expression matching. This works for simple cases but is not ideal for product search, where fuzzy or phonetic matching is preferred.

#### Query: Sort

Expand Down