fields: ['title', 'text', 'keywords'], // fields to index for full-text search
storeFields: ['id', 'title', 'text', 'type', 'url', 'thumb'], // fields to return with search results
searchOptions: {
- prefix: true, // Allow partial matches
- processTerm: (term, _fieldName) => term.length < 3 ? null : term.toLowerCase()
+ prefix: false, // Allow partial matches
+ //processTerm: (term, _fieldName) => term.length < 3 ? null : term.toLowerCase()
},
}, querystring: '', // The search query
query: '', // The search query