...
Multiple criteria can be grouped together using "logical criteria", such as LogicalAnd or LogicalOr. Since in this case we only want to run a text search, we simply use a FullText
criterion object.
Info |
---|
The full list of criteria available can be seen at: https://github.com/found in your installation in the following directory vendor/ezsystems/ezpublish-kernel/tree/master/eZ/Publish/API/Repository/Values/Content/Query/Criterion. Additionally you may look at integration tests like vendor/ezsystems/ezpublish-kernel/eZ/Publish/API/Repository/Tests/SearchServiceTest.php for how these are used. ( NB: links goes to code in the upcoming version and might not represent criteria in your version ) |
Running the search query and using the results
...