bhekanik / pro-search

Advanced search query creator
pro-search.vercel.app
5 stars 0 forks source link

Allow user to search on all search engines #6

Open bhekanik opened 2 years ago

bhekanik commented 2 years ago

Currently, the user has to select which search engine to use for their query. This might turn out to be an unused feature, but add an 'All' option that will allow the user to send the query to all the listed search engines. This will, of course, open multiple tabs when it's issued.

bhekanik commented 2 years ago

The logic for this has been set up when it comes to actually opening the tabs I haven't found a way to programmatically open all the tabs at once. It just seems to open the first one and that's it.