diff --git a/02-api.md b/02-api.md index d0ec1c7..aef01f5 100644 --- a/02-api.md +++ b/02-api.md @@ -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 Data Modeling 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 Product Roadmap 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