@julian Makes sense. It is a key/value store after all and not search index. I think I would prefer a Redis/ElasticSearch combo over MongoDB for my use case. Are your plans to still support Redis alongside MongoDB?
T
theon
@theon
Posts
-
[nodebb-plugin-dbsearch] DB Search Plugin -
[nodebb-plugin-dbsearch] DB Search PluginAh, I think I understand now. It doesn't support searching for non-latin chars, but it does support storing them?
-
[nodebb-plugin-dbsearch] DB Search Plugin@julian Hi! I was interested to know more details about why Redis is not compatible with non-latin characters. I though Redis just takes arbitrary bytes as values and you store text encoded however you like (UTF-8 for example).