Closed thisisaaronland closed 7 years ago
This is actually also blocked on:
https://github.com/whosonfirst/py-mapzen-whosonfirst-search/issues/26
Super cool, the == is working for me on prod :)
But =! (errr, !=) doesn't seem to work, I get a 500 error? I tried English, German, and a few others.
It's not supporting multiple translations correctly – I will file a separate ticket:
Fixed.
Rad! (Didn't realize it was 2 levels of language deep!)
Specifically we want the ability filter for things with language
x
but also the ability to filter for things without languagex
.So: We should keep a hard-coded list of languages that we want to "negate" by and then just add them, where appropriate, as UI elements (rather than ES results data).
This is blocked on:
I don't think we need to do any new or special indexing hoohah in: https://github.com/whosonfirst/py-mapzen-whosonfirst-search/blob/master/mapzen/whosonfirst/search/__init__.py