Search not being executed as you start typing
Collapse
X
-
-
There reason:
There is a limitation (config parameter textFilterContainsMinLength). When you type a first few characters it doesn't return any result due to parameter. Then you type more characters than set in 'textFilterContainsMinLength' but the autocomplete library that we use doesn't lookup since the previous results were empty. I will look into how we can overcome this behaviour.
You can try to set 'textFilterContainsMinLength' => 1 in config. It may work out.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
Comment
-
There reason:
There is a limitation (config parameter textFilterContainsMinLength). When you type a first few characters it doesn't return any result due to parameter. Then you type more characters than set in 'textFilterContainsMinLength' but the autocomplete library that we use doesn't lookup since the previous results were empty. I will look into how we can overcome this behaviour.
You can try to set 'textFilterContainsMinLength' => 1 in config. It may work out.
Comment
-
tanya mentioned this on other post. Take a look. https://forum.espocrm.com/forum/gene...the-name-field
Maybe the default could be 1.
Comment
-
There reason:
There is a limitation (config parameter textFilterContainsMinLength). When you type a first few characters it doesn't return any result due to parameter. Then you type more characters than set in 'textFilterContainsMinLength' but the autocomplete library that we use doesn't lookup since the previous results were empty. I will look into how we can overcome this behaviour.
You can try to set 'textFilterContainsMinLength' => 1 in config. It may work out.
We are starting to have a lot of registers, and it is being extremely complex to find an Opportunity or Project. It would be great to define which ones would be considered on the search or not.
Maybe a way to REALLY archive what we would like, to make the system "cleaner"....
For example, is it possible to autocomplete using only objects created on 2019??? For example.....
ThanksComment
-
yuri , me again.... The autocomplete stopped to work as before.
Now, even with 'textFilterContainsMinLength' => 1 in the config file, it works when you press the first key, but hides the results when typing the sequence, appearing again when you complete the entire first word.
It is weird. Something new? This started to happen maybe 2 months ago.
Thanks.Comment
Comment