appbaseio / Docs

ReactiveSearch Developer Hub
http://docs.reactivesearch.io
33 stars 31 forks source link

Handle with accents #21

Open Kisepro opened 6 years ago

Kisepro commented 6 years ago

Hello,

I don't know if it's the good place to ask but I'm wondering how could we handle with the accents ? I tried to PUT the index settings but I received

{ "status": 400, "message": "Only analysis settings are supported." }

I search on the web and on the doc but I found nothing related to :

siddharthlatest commented 6 years ago

@Kisepro Handling accents would most likely require changes in the analysis settings. Or do you need access to a different endpoint?

The link here https://rest.appbase.io/#efaac3b4-9bbe-11a6-07c2-7121eb5d8583 shows how to add your own analyzer (it also requires closing an app prior to doing this).