You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to issue the same query via head(the Elasticsearch plugin) by GET, magically the API responses correct result. But if i use POST, i get the exactly same exception like above.
I cannot find any wrong code which misuse the POST request, please help or any hint 😊
The text was updated successfully, but these errors were encountered:
Hi @nickstenning ,
the mapping bug looks like in the dependance package(annotateit/site-packages/annotator), it works well if i create an elasticsearch index via annotator-store and disable annotateit.create_indices(app) in bootstrap.py.
Hi,
i was trying to build my local annotateit, but i found a searching problem:
It works well if i search annotations via term of user, like http://127.0.0.1:5000/api/search?user=admin
if i try to call this url to search by uri http://127.0.0.1:5000/api/search?uri=http://127.0.0.1:5000/user/admin , i got such an exception:
i tried to issue the same query via head(the Elasticsearch plugin) by GET, magically the API responses correct result. But if i use POST, i get the exactly same exception like above.
I cannot find any wrong code which misuse the POST request, please help or any hint 😊
The text was updated successfully, but these errors were encountered: