I am using react-search-autocomplete for my project, which I have a database of curated question on Fermi Estimation.
The autocomplete is an interesting user-interaction because it hints people what types of questions can be asked.
However, I couldn't figure out how the component perform the ambiguious search to determine relevance. Some user may just want to pull out questions based on the id. Is it possible to achieve that?
Thank you!
Ti (🍵)
Screenshot:
Feature Description
search based on the id of the question in the database.
Dear Developer,
I am using react-search-autocomplete for my project, which I have a database of curated question on Fermi Estimation. The autocomplete is an interesting user-interaction because it hints people what types of questions can be asked.
However, I couldn't figure out how the component perform the ambiguious search to determine relevance. Some user may just want to pull out questions based on the id. Is it possible to achieve that?
Thank you! Ti (🍵)
Screenshot:
Feature Description search based on the id of the question in the database.