Increase debounce time for JSONPath / XPath filter
Improvement
Currently the debound time for JSONPath / XPath filter is set to 200 ms.
This appears to be too less and before completing the expression, we get multiple toasts with this message - Plugin error from @yaakapp/filter- jsonpath: TypeError: Unknown value type “<entered value>”`
Would love to see this increased to 300 ms. Or configurable via settings.
I would love to contibute this improvement as well.
Oh yes, i’ve been meaning to suppress those plug-in errors. Some of the template functions suffer from the same issue
k, I made it not throw an error and instead turn the input red when the filter is invalid.
https://yaak.app/blog/2025.5.0-beta.7
https://yaak.app/blog/2025.5.0