...
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 can be found in on your installation in the following directory vendor/ezsystems/ezpublish-kernel/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 for more details on how these are used. ( NB: Be aware that the links goes point to code in the upcoming version (master) and might not represent represent the criteria in your version ) in your eZ Publish version. |
Running the search query and using the results
...