Is there a way to display a list of searchable attributes alongside the search box? Perhaps giving users the option to select which attributes to search by.
For instance, when searching for a movie, users could specify whether they want to search by title only, excluding actor names or descriptions.
It would be great to have a dropdown menu ( <select>
) positioned before the search box for this purpose.
Thank you!