symfony - Sylius, SearchBundle -
Search in the latest Shellius-standard does not work:
[syntax error] Line 0, cola 92: error: expected match function, 'match' found
[1/2] query expiry: select u.itemId, u.tags, u.entity to Cycle \ bundle \ searchbundle \ model \ SearchInxU where match (U.value) AGAINST (: searchTerm)> 0
How to fix?
You must add custom function in theory in the form of sillius
Principle: ... orm: dql: string_functions: MATCH: Sylius \ Bundle \ SearchBundle \ Extension \ Doctrine \ MatchEngest Function
Comments
Post a Comment