Skip to content

Instantly share code, notes, and snippets.

@SeyZ
Created June 12, 2018 14:48
Show Gist options
  • Save SeyZ/f045d3b2fbabef378df966b3a84dc266 to your computer and use it in GitHub Desktop.
Save SeyZ/f045d3b2fbabef378df966b3a84dc266 to your computer and use it in GitHub Desktop.
doc-lumber-restrict-search-on-specific-fields
/* /forest/companies.js */
const Liana = require('forest-express-sequelize');
Liana.collection('companies', {
searchFields: ['name', 'industry'],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment