- Issue created by @ekes
- 🇹🇷Turkey orkut murat yılmaz Istanbul
Hello @ekes and @Finn Lewis,
Thanks for this great module.
It would be nice to implement this feature to PostGIS as well.
Best,
Orkut
With DB specific backend storage it would be possible to query for points in areas, lines crossing etc. The problem is that Drupal's database abstraction makes, for MySQL/MariaDB at least, this very difficult https://www.drupal.org/project/search_api/issues/2877319#comment-14950996 ✨ Integrate database backend with Search API Location Fixed
It should be possible, with a whole entity that is controlled, to add an additional non-entity table that is queried using query, rather than select, insert etc. Or even another DB abstraction library.
Would it then also be possible to write views handlers (join) relationship, filters that also make the queries on the columns using the ST_ functions https://dev.mysql.com/doc/refman/5.7/en/spatial-types.html ?
Active
1.0
Code
Hello @ekes and @Finn Lewis,
Thanks for this great module.
It would be nice to implement this feature to PostGIS as well.
Best,
Orkut