simple_enum
simple_enum copied to clipboard
Elasticsearch
Have you ever tried putting together SimpleEnum with Elasticsearch ? Any tips on how to make it work ?
Not directly, but as you can control the JSON that is indexed it should be possible to change how / what is indexed.
The user will search with the translated values of the enum, not the symbols, so we need to also pull the translations to feed them to ES. something like that apparently
Ah right, good point - if you have same sample code, care to provide an example in this ticket for future reference? Thanks.