mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +00:00
Make select autocomplete case insensitive
This commit is contained in:
parent
eb7dbd39d7
commit
b4979c72d9
@ -139,7 +139,7 @@ function SelectWrapper({
|
||||
const params = { limit: state.limit, ...defaultParams, start: state.start };
|
||||
|
||||
if (state.contains) {
|
||||
params[`filters[${containsKey}][$contains]`] = state.contains;
|
||||
params[`filters[${containsKey}][$containsi]`] = state.contains;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user