try to fix search
This commit is contained in:
parent
678f24f2b3
commit
3c51eac66f
@ -34,6 +34,7 @@ module.exports = {
|
|||||||
};
|
};
|
||||||
const response = await z.request({
|
const response = await z.request({
|
||||||
url: url,
|
url: url,
|
||||||
|
// this parameter avoid throwing errors and let us manage them
|
||||||
skipThrowForStatus: true,
|
skipThrowForStatus: true,
|
||||||
params: {
|
params: {
|
||||||
sqlfilters: "t.nom like \'%"+bundle.inputData.name+"%\'"
|
sqlfilters: "t.nom like \'%"+bundle.inputData.name+"%\'"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user