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
Within the SearchBundles' services.yml, it's stated to override the kunstmaan_search.search.factory.analysis.class parameter, to change from the default LanguageAnalysisFactory to the NGramAnalysisFactory, but the service definition uses a hardcoded class, instead of a parameter:
Within the SearchBundles' services.yml, it's stated to override the kunstmaan_search.search.factory.analysis.class parameter, to change from the default LanguageAnalysisFactory to the NGramAnalysisFactory, but the service definition uses a hardcoded class, instead of a parameter:
KunstmaanBundlesCMS/src/Kunstmaan/SearchBundle/Resources/config/services.yml
Lines 1 to 18 in 16b52b1
And referenced the same way in the doc:
KunstmaanBundlesCMS/src/Kunstmaan/SearchBundle/Resources/doc/SearchBundle.md
Lines 8 to 32 in 16b52b1
I overrode the definition in my project with no issues (after deleting/rebuilding the indices)
And have also modified the services.yml file noted above by defining a parameter, also with no adverse results (ie. aligns to what the docs say)
I'm unsure of why it got hardcoded in 9e7917d; it was a parameter in eebd820
The text was updated successfully, but these errors were encountered: