Relevance Tuning Settings Bad Request on SAVE

Hello,

I got problem with AppSearch 7.4.2 ( Docker Version ).
When i want to update Relevance Tuning Settings by click on SAVE button, i got 400 Bad Request.

If somebody have an idea what is happening or Elastic Staff ?

Thanks.

URL Call:

https://*****/as/engines/****/search_setting

METHOD:

PUT

Content:

{"search_fields":{"description":{"weight":1},"title":{"weight":1},"picture":{"weight":1},"id":{"weight":1}},"result_fields":{"date":{"raw":{}},"price":{"raw":{}},"description":{"raw":{}},"id":{"raw":{}},"currency":{"raw":{}},"title":{"raw":{}},"picture":{"raw":{}}},"boosts":{}}

Hello @Jonathan_Gautier :wave:
What do you see as the error response, if you check the JS network console in your browser?

I got this in console log but is result of PUT Error.
Website was behind cloudflare, maybe not standard PUT syntax ?

Every POST GET work fine just PUT get errored.

Same for synonyms

So all PUT requests are failing? Can you inspect the body of the error response to see if the error is from Cloudflare? You should have a Network tab in the Developer Tools that shows it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.