Browse Source

Expose list of document types sent to Elasticsearch

pull/221/head
Julian Simioni 9 years ago
parent
commit
6dbb4f8b08
  1. 1
      controller/search.js

1
controller/search.js

@ -17,7 +17,6 @@ function setup( backend, query ){
if (req.clean.type !== undefined) {
cmd.type = req.clean.type;
delete req.clean.type; // remove type from clean to avoid clutter
}
// query backend

Loading…
Cancel
Save