Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

when using searchsuggest function, can i get the field name of suggested value??

I want to search class code among the majors in example below.

If I type some thing 305 as searchTerm, the suggestion shows the class codes that include 305 and which field it's included.

app.searchSuggest([searchTerm], {qSearchFields: ['engineering', 'marketing', 'science','literature']} ,function(reply){

}

i checked the values inside reply ,and it has the list of values for qSuggestions but nothings inside qFieldNames.

Can anybody help me??

Thanks in advance!

0 Replies