datacommonsorg / website

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

Adds a list of words to skip Autocomplete trigger and abort old requests #4751

Closed gmechali closed 2 days ago

gmechali commented 3 days ago

The list of words can grow later, for now we're just taking the keywords from the queries in the homepage. Skipping the old requests became a requirement because requests for TELL would return faster than the previous one for TEL, so we still saw results from "TEL".

This PR fixes both of these things.