Skip to content

Commit b85a108

Browse files
feat: add disclaimer for deep search (#1237)
Useful additions for the time being, some people are still on CDS 7 with `@sap/cds-hana` for production while using `@cap-js/sqlite` for development. In this scenario, deep search in production will not work, while it does during development. --------- Co-authored-by: René Jeglinsky <[email protected]>
1 parent 3674909 commit b85a108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/providing-services.md

+4
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ Searches the `title` element only.
383383

384384
##### Extend Search to *Associated* Entities
385385

386+
::: warning Node.js: Only w/ streamlined database services
387+
For Node.js projects, this feature is only available with the [streamlined `@cap-js/` database services](../releases/jun24#new-database-services-ga) (default with `@sap/cds` >= 8)
388+
:::
389+
386390
```cds
387391
@cds.search: { author }
388392
entity Books { ... }

0 commit comments

Comments
 (0)