simple search: an indiviual search. Currently if you want to search for how to do x, you have to use quotes: duck "how to do x".
multiple search. many searchs at the same time, one for every word in the search string. You don't have to use double quotes: duck forum mail.
Currently, if you want to search for something using many words, you have to use quotes. Usually, we are looking for a single thing when we want to search something.
The multiple search capability is enabled by default, but could be disabled and activated through a command line argument. Then the quotes wouldn't be necessary, and simple search would be the default. Below are the command line arguments.
optional arguments:
-h, --help show this help message and exit
-w, --website-search search for websites
-i, --image-search search for images
-a, --audio-search search for audio
-v, --video-search search for videos
-n, --news-search search for news
-m, --meaning-search search for meanings
-s, --stocks-search search for stocks
We should come up with an easy-to-remember name that is not taken or change the name of some existing option to make space for the multiple search option.
__simple search__: an indiviual search. Currently if you want to search for _how to do x_, you have to use quotes: `duck "how to do x"`.
__multiple search__. many searchs at the same time, one for every word in the search string. You don't have to use double quotes: `duck forum mail`.
<br />
Currently, if you want to search for something using many words, you have to use quotes. Usually, we are looking for a single thing when we want to search something.
The multiple search capability is enabled by default, but could be disabled and activated through a command line argument. Then the quotes wouldn't be necessary, and simple search would be the default. Below are the command line arguments.
<pre>optional arguments:
-h, --help show this help message and exit
-w, --website-search search for websites
-i, --image-search search for images
-a, --audio-search search for audio
-v, --video-search search for videos
-n, --news-search search for news
-m, --meaning-search search for meanings
-s, --stocks-search search for stocks</pre>
We should come up with an easy-to-remember name that is not taken or change the name of some existing option to make space for the multiple search option.
simple search: an indiviual search. Currently if you want to search for how to do x, you have to use quotes:
duck "how to do x"
.multiple search. many searchs at the same time, one for every word in the search string. You don't have to use double quotes:
duck forum mail
.Currently, if you want to search for something using many words, you have to use quotes. Usually, we are looking for a single thing when we want to search something.
The multiple search capability is enabled by default, but could be disabled and activated through a command line argument. Then the quotes wouldn't be necessary, and simple search would be the default. Below are the command line arguments.
We should come up with an easy-to-remember name that is not taken or change the name of some existing option to make space for the multiple search option.