Jure
Jure
Any progress with this? :)
Is this still alive? I'm looking for something similar, I would be ready to implement it if original author gave up on PR.
@Gagaro thanks for the explanation. Is there a quick way to change this without having to rewrite huge chunks of the widget?
My issue is that, as I understand, according to SRID4326 geographical data is supposed to be saved in order of lat/long and with the widget coordinates are reversed. That leads...
Hm.. well for example, saving `London` in the database looks like this: `SRID=4326;POINT(-0.118092 51.509865)` but lat/long of `London` is `51.509865/-0.118092`. But what's interesting is that the widget represent location correctly....
+1 for the polygon widget
+1, did you ever manage to solve this? For now, I managed to get it to work with `import TypesenseInstantSearchAdapter from "typesense-instantsearch-adapter/src/TypesenseInstantsearchAdapter";` instead of `import TypesenseInstantSearchAdapter from "typesense-instantsearch-adapter";`
@eminos not sure, I used it like this and it works ``` import TypesenseInstantSearchAdapter from "typesense-instantsearch-adapter/src/TypesenseInstantsearchAdapter"; const searchAdapter = function (searchParams = { query_by: "title", }) { const qtypesenseInstantsearchAdapter =...