Deutsch
apple banana Findet Datensätze, die mindestens eines der beiden Wörter enthalten. | +apple +juice Findet Datensätze, die beide Wörter enthalten. | +apple macintosh Findet Datensätze, die das Wort „apple“ enthalten, stuft aber solche Datensätze höher ein, die auch „macintosh“ enthalten. | +apple -macintosh Findet Datensätze, die das Wort „apple“, aber nicht das Wort „macintosh“ enthalten. | +apple ~macintosh Findet Datensätze, die das Wort „apple“ enthalten. Datensätze, die außerdem das Wort „macintosh“ enthalten, werden niedriger eingestuft als solche, die es nicht enthalten. Dies ist „sanfter“ als eine Suche nach '+apple -macintosh', bei der ein Datensatz bei Vorhandensein von „macintosh“ überhaupt nicht zurückgegeben wird. | apple* Findet Datensätze, die Wörter wie „apple“, „apples“, „applesauce“ oder „applet“ enthalten. | "some words" Findet Datensätze, die die exakte Phrase „some words“ enthalten. Dies wäre etwa „some words of wisdom“, nicht aber „some noise words“. Beachten Sie, dass die ‘"’-Anführungszeichen, die die Phrase umschließen, Operatorzeichen sind, die der Trennung der Phrase dienen. Es handelt sich hierbei nicht um Anführungszeichen, die den Such-String selbst umfassen. | |
English
apple banana
Find rows that contain at least one of the two words.
|
+apple +juice
Find rows that contain both words.
|
+apple macintosh
Find rows that contain the word “apple”, but rank rows higher if they also contain “macintosh”.
|
+apple -macintosh
Find rows that contain the word “apple” but not “macintosh”.
|
+apple ~macintosh
Find rows that contain the word “apple”, but if the row also contains the word “macintosh”, rate it lower than if row does not. This is “softer” than a search for '+apple -macintosh', for which the presence of “macintosh” causes the row not to be returned at all.
|
apple*
Find rows that contain words such as “apple”, “apples”, “applesauce”, or “applet”.
|
"some words"
Find rows that contain the exact phrase “some words” (for example, rows that contain “some words of wisdom” but not “some noise words”). Note that the “"” characters that enclose the phrase are operator characters that delimit the phrase. They are not the quotes that enclose the search string itself.
|
|
|