For example :
"wildcard": {
'query': data.query+'*',
'path': ["emailTo.email", "message", "fileObjects.fileName"],
"allowAnalyzedField": true
}
if a fileName in the collection = ‘HL-9001 72X108 MAP.jpg’
and searching for ‘9001’ it will return a positive result, but searching for HL-9001 will not return any results.
can you see what I need to change in the search query so that HL-9001 will also return a result.