I am getting the following error after I enable the AngularJS Map Example Feature:
SearchApiException: Unknown server earthquake specified for index earthquake. in SearchApiIndex->server() (line 397 of /DRUPALDOCROOT/sites/all/modules/contrib/search_api/includes/index_entity.inc).
Here's a screenshot: https://www.evernote.com/shard/s48/sh/3356a1d2-fc01-4dbb-b5f0-355c400407...
I'm pretty sure I have all of the required modules and libraries.
Comments
Comment #1
carsonblack commentedHmm. Ok, I may not have done the whole setup needed for the earthquake example. so you can probably disregard this for now.
Comment #2
wwhurley commentedComment #3
-enzo- commentedI have the similar error different line
SearchApiException: Unknown server earthquake specified for index earthquake. in SearchApiIndex->server() (line 401 of /Users/macmini/www/angular-drupal/sites/all/modules/search_api/includes/index_entity.inc).Comment #4
DrCord commentedI was able ot fix this error by setting up Search API with a search service, I had to install a module and everything, seems like this should be included in the directions...
Comment #5
Torenware commentedThe instructions for the map example really do need to be expanded. I'm sure it's a cool demo. But the feed related instructions make no sense to me. The text:
does not appear to be something that can be imported as a feeds definition, and I see nothing in the Feed Import UI to show where this information is useful or relevant.
Could someone please expand on the maintainer's README to explain what he means?
ON EDIT: it appears that the JSON path plugin behaves very badly if there is no mapping set up via the "Node" section. Most of the items in the above list still aren't accessible, but at least once I entered URL (using the JSON path option) the UI put more in than the useless error :-(
Comment #6
Torenware commented@DrCord --
If you're still tracking this issue after all this time, could you explain a bit more about what you did that made the error go away?