main ← search-autocomplete-multiple-hashtags
opened 05:05PM - 27 Mar 26 UTC
When searching with 1 hashtag, the text before the hashtag is retained when the …user clicks the autocomplete.
So therefore `best #desi` becomes `best #design` after clicking the autosuggestion.
However with multiple keywords, everything after the first hashtag gets replaced by the autocomplete value.
So therefore searching `#ux #desi` becomes `#design` after clicking the autosuggestion.
<hr />
This change checks the last hashtag in the search field (not first instance) and therefore keeps any existing tags or categories in the search field.
So now searching `#ux #desi` becomes `#ux #design` after clicking the autosuggestion.