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
Each index is well created, with good data but the search isn't working that well. Indeed, after digging a bit into the code I think I found that the finder are related to the entity and not the index so on only the last one describe into the fos_elastica.yaml config file will be associated, ignoring/erasing the previous one.
If I search BE (Belgian) order, it works fine but if i try to search for GB (Great Britain) the BE finder is still used.
Am I wrong somewhere at using this ElasticSearch feature or is it unusable at this time due to the way the library is write ?
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm currently trying to use the constant_keyword type to split my index by country.
I'm using
v6.1.0
of FOSElasticaBundleHere is an example of my indexe's declaration in
fos_elastica.yaml
:I use custom finder, so it is my
services.yaml
:Each index is well created, with good data but the search isn't working that well. Indeed, after digging a bit into the code I think I found that the finder are related to the entity and not the index so on only the last one describe into the
fos_elastica.yaml
config file will be associated, ignoring/erasing the previous one.If I search
BE
(Belgian) order, it works fine but if i try to search forGB
(Great Britain) theBE
finder is still used.Am I wrong somewhere at using this ElasticSearch feature or is it unusable at this time due to the way the library is write ?
The text was updated successfully, but these errors were encountered: