Benoît Bouré

Results 140 comments of Benoît Bouré

Could check or share the resulting cloudformation template under the .serveless directory? See if there is something weird in the template contents.

Thank you both for you feedback. I'll open a PR. Question: When should we consider both records as duplicates? Should categories be completely equals? (array of same length and same...

@orangejulius @missinglink I had some additional thoughts about something that may be a bit out of scope here, but related. In the case 2 records are considered the same, when...

Brussels also has several duplicates: https://pelias.github.io/compare/#/v1/autocomplete?layers=locality&text=Bruss&debug=0 Some are in fact part of other localadmins like [Dilbeek](https://spelunker.whosonfirst.org/id/1108830207/) It seems like a WOF issue though?

> Did you get a chance to test it out? Did it fix your transit stop issue? Yes, that solved my issue. Thanks.

@orangejulius Sorry, I did not notice that. In my case I do have a category because I am using a custom category mapper. I will add that change to the...

Hi, I came across an issue related to this today. I was looking for [Edo Tokyo Museum](https://pelias.github.io/compare/#/v1/autocomplete?layers=venue&debug=1&text=Edo+Tokyo+Museum) and could not find any result. I realized that I had to search...

@Joxit Thanks for reaching back. Add `lang=en` does not work either though. The query does not include `name.en^1.5` https://pelias.github.io/compare/#/v1/autocomplete?layers=venue&lang=en&text=Edo+Tokyo+Museum&debug=1 Am I doing something wrong?

Interestingly, looking for `Edo Tokyo Museum, Tokyo` [works](https://pelias.github.io/compare/#/v1/autocomplete?lang=en&text=edo+Tokyo+Museum%2C+Tokyo&debug=1) It has to do on how the query is built Edo Tokyo Museum, Tokyo: ```` "must": [ { "multi_match": { "type": "phrase",...