feathers-solr
Advanced tools
Comparing version 2.7.12 to 2.7.13
@@ -102,3 +102,3 @@ const { _ } = require('@feathersjs/commons'); | ||
query: (adapterQuery.$search || '*:*').toString(), | ||
fields: filters.$select ? filters.$select.join(',') + ',id' : '*,score', | ||
fields: Array.isArray(filters.$select) ? filters.$select.join(',') + ',id' : '*,score', | ||
limit: paginate.max || paginate.default || 10, | ||
@@ -105,0 +105,0 @@ offset: 0 |
{ | ||
"name": "feathers-solr", | ||
"description": "A service plugin for Solr", | ||
"version": "2.7.12", | ||
"version": "2.7.13", | ||
"homepage": "https://github.com/sajov/feathers-solr", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
41149