Lars Lutz
Lars Lutz
Fixes search for search terms with multiple values like: `'/admin/Books?$search=foo bar'`
Use cds.ql.resolve. Adopting changes from pr: https://github.com/cap-js/cds-dbs/pull/977/files#diff-d5bbedeb9d69ec4e9a2a2cb63e32f88b5098749d0e2505bd8fefc6b6d33cf3eaR548
Do not inline booleans. Use them as placeholder/value except for placeholders with boolean values in case when statements.
When accessed through the composition path, the LimitedRank value was incorrectly calculated due to an issue with the GROUP BY clause.
Use `EXACT MINIMAL SCORE` instead of `FUZZY MINIMAL TOKEN SCORE` for a fuzziness threshold of 1. Therefore, a fuzziness threshold of 1 now requires an exact match.