This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Feature Request: refresh/async with minimum input regular expression match #2056
Open
Description
Feature request description: Ability to specify a regular expression such that refresh attempts occur only when regular expression is satisfied.
This would be a very valuable feature as minimum-input-length
alone is pretty limited - in particular for what I want it for.
For situations where the refresh is expensive for shorter and/or non-specific queries - (think IP Addresses) it would be nice to create a requirement.
I think in the interim I can do something like run a quick test in the refresh function but that doesn't have as nice of an effect (e.g. we return no results or display some warning etc...).