-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(search): enable deep search with path expressions (#590)
support search via path expressions: - deep search via associations - include calculated elements if explicitly requested --- with `cds.infer` being a part of all our query objects, each query comes with `target` and `elements` even without the `infer` function of the `db-service`being called. Hence, it was possible to calculate the search term as a very first step of `cqn4sql`. After the `contains(…)` function has been added to the queries `where` or `having` clause the usual join tree algorithm is executed, making it possible to use path expressions within the search term. --- rework of #252 --------- Co-authored-by: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com>
- Loading branch information
1 parent
0b9108c
commit e9e9461
Showing
9 changed files
with
428 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.