search: caseInsensitive only for 1 colomn and keep the rest caseSensitive
search: caseInsensitive only for 1 colomn and keep the rest caseSensitive
Alex67000
Posts: 39Questions: 6Answers: 0
Hi,
Is it possible to make the search input caseSensitive only for 1 colomn and keep the other columns caseInsensitive to the search?
"search": {
"caseInsensitive": false
}
Thanks for your help
This discussion has been closed.
Answers
I specify that I do not want to use a different search input for each column (Individual column searching (text inputs)) but I'd like to keep the global search input and apply the caseInsensitive to a target only.