You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current state of the plugin, there was no way to get a matchedValue when working within a SuperTable field even though the plugin managed to determine that the searched keyword exists in the field.
which is the exact replica to the MatrixBlockQuery if statement. I'm not really sure how to set this up myself to work with composer so was hoping if this could get updated with the plugin.
The text was updated successfully, but these errors were encountered:
With the current state of the plugin, there was no way to get a
matchedValue
when working within a SuperTable field even though the plugin managed to determine that the searched keyword exists in the field.Looking at the source code.
expanded-search/src/services/ExpandedSearchService.php
Lines 206 to 209 in 60a2f9b
it seems that it has been omitted. I did some tinkering within my
vendor/
and came up with this.which is the exact replica to the
MatrixBlockQuery
if statement. I'm not really sure how to set this up myself to work with composer so was hoping if this could get updated with the plugin.The text was updated successfully, but these errors were encountered: