Hi, most of our users deploy an Elasticsearch instance next to their Couchbase server to handle such issues. If you are looking for fulltext search like this than that is probably what you need.
Also, Couchbase will soon come up CBFT , Couchbase Full Text Server.
If you don’t want to use another software for this, you will have to duplicate the fields you want to use in your search and remove all the diacritics sign manually.
Thanks @ldoguin.
I try to use cbft.
In query tab i use query string: fieldName:keyword and get result with exactly keyword. How can i search with wildcard? (%keyword%).
Thanks in advance.