- 🇩🇰Denmark ressa Copenhagen
I store and use multipolygon values in Solr, and also got an error, but after I disabled a Leaflet Popup which was using a node entity, I no longer got an error.
It now seems to almost work, but I am having problems getting the Multipolygon to display. I do get an output, but only points are shown, not polygons. If I switch to "Use entity field rendering" the polygons are rendered fine.
I made sure all the steps on Create a search view that doesn’t load entities from the database → were fulfilled.
The Search API tips page "Create a search view that doesn’t load entities from the database" mentions using Xdebug:
Finally, make sure there are actually no entity loads by either using XDebug and setting a break point at some point in the entity loading process, or add some debugging statement to that code.
In which file would I place a break point, to verify whether or not entities are loaded?
Should I create a separate issue about rendering Multipolygons as polygons, and not points?
- 🇩🇰Denmark ressa Copenhagen
I created 🐛 Add Geometries support for Search API Solr and Views integration Fixed , since the problem now seems more limited, a least in my case.