Mentions légales du service

Skip to content

Feature cs/faster autocomplete

Ryan Herbert requested to merge feature-cs/faster_autocomplete into dev

Speeds up the autocomplete mechanism by querying less data though the use of "like" queries.

It therefore sends more queries to the server, but also involves a lot less data being exchanged, allowing us to remove the limit of 500 on sets able to be autocompleted on.

Closes #3100 (closed)

Edited by Ryan Herbert

Merge request reports