notum-cz / strapi-plugin-location

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.
MIT License
24 stars 13 forks source link

Search not working in components #27

Closed Vaibhav-npc closed 1 year ago

Vaibhav-npc commented 1 year ago

Although the geo fields are getting created in the tables for components with location custom field, none of the below approaches are able to search if the location field is inside the component. Below is the sample that I tried to pass as parameter. address is the component name and loc is location custom field.

$location[address][loc] $location[address.loc]

omikulcik commented 1 year ago

Thank you for reporting this issue. We will strive to fix this by the next release.

omikulcik commented 1 year ago

Closed by #47