Skip to content

Commit

Permalink
feat: meta data for search results (#1936) (#1937)
Browse files Browse the repository at this point in the history
| Q            | A
|--------------| ---
| Bug fix?     | yes
| New feature? | yes
| BC-Break?    | yes
| License      | MIT

* [BC] A search result is now a summary that contains entries to add more meta data
* Add suggest function to elastic search engine
* Add fuzzy search
* Fix filter types

(cherry picked from commit bf25fecef53775aaa0e2a2917408e9c590879c9a)

Co-authored-by: Gerhard Seidel <[email protected]>
  • Loading branch information
mergify[bot] and gseidel authored Feb 8, 2024
1 parent f87b8a7 commit 44aff06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/config/services/router.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
services:
enhavo_routing.router:
class: Enhavo\Bundle\RoutingBundle\Router\Router
public: true
alias: Enhavo\Bundle\RoutingBundle\Router\Router

Enhavo\Bundle\RoutingBundle\Router\Router:
arguments:
- '@enhavo_routing.router.strategy_collector'
- '@Enhavo\Component\Metadata\MetadataRepository[Routing]'
Expand Down

0 comments on commit 44aff06

Please sign in to comment.