VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Delete all indexed data has call to undefined getIndexes() #40

Closed VeggieMeat closed 10 years ago

VeggieMeat commented 10 years ago

Original issue: https://www.drupal.org/node/2334519

admin/config/search/search_api/server/development_search/clear

Ends up calling this:
http://cgit.drupalcode.org/search_api_elasticsearch/tree/service.inc#n554

There is no 'getIndexes' function.