BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

Reduce lag for dropdown lists #33

Closed Tian-Tan closed 4 months ago

Tian-Tan commented 1 year ago

When fully implemented, the dropdown list will be very long and will cause a lot of lag and delay. A possible solution is to let the dropdown list pop up only after a certain number of letters (3 or 4) are entered.

ttaliacc commented 1 year ago

Wait for

ttaliacc commented 4 months ago

We use views to retrieve distinct values, so the dropdown search is very fast