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 guides/services/served-ootb.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ To illustrate the above:
- `@cds.search: { title: false }` on `Books` would only exclude properties, so `author.name` would still be searched.
- `@cds.search: { title }` on `Books` defines an include list, so `author.name` is not searched. In this mode, `@cds.search` is expected to include all properties that should be searched. Hence, `author.name` would need to be added to `@cds.search` itself: `@cds.search: { title, author.name }`.

### Fuzzy Search on SAP HANA Cloud <Beta /> {#fuzzy-search}
### Fuzzy Search on SAP HANA Cloud {#fuzzy-search}

> Prerequisite: For CAP Java, you need to run in [`HEX` optimization mode](../../java/cqn-services/persistence-services#sql-optimization-mode) on SAP HANA Cloud and enable <Config java keyOnly>cds.sql.hana.search.fuzzy = true</Config>

Expand Down