api icon indicating copy to clipboard operation
api copied to clipboard

Pelias /place? endpoint fails to find ids=<val> when pelias is an alias of multiple indexes

Open jgmarce opened this issue 4 years ago • 0 comments

Pelias /place? endpoint fails to find ids= when pelias is an alias of multiple indexes

Steps to Reproduce It was noticed that /place? stopped working when the second index was added to the Elasticsearch alias called pelias.

The behavior was confirmed when the pelias alias was changed by deleting the second (new) index and returning to an alias with a single base index.

(curl -s XGET 'http://[host]/v1/place?ids=openaddresses:address:us%2fva%2fstatewide:e94c86c03a7fef7d&debug=1'; echo) | jq

jgmarce avatar Apr 20 '20 20:04 jgmarce