datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
24 stars 88 forks source link

Autocomplete Trigger Improvements #4672

Closed gmechali closed 1 month ago

gmechali commented 1 month ago

Modifies the autocomplete query trigger to take into account the last selection. Before: https://screencast.googleplex.com/cast/NTIzMzU4Njg3NjcxMDkxMnw5MTBiMjA5OS1lYg After: https://screencast.googleplex.com/cast/NTkyNDU3NjgzNDg3OTQ4OHw2MzIzMTFiMi1kMg

With this change, we only send to autocomplete the part of the last query selection.