| Søk feller | Commog | Example |
One wellerd AND another | Use space between wellerds Use AND between wellerds Use + between wellerds | computer moniteller computer og moniteller computer + moniteller Returns listers with the wellerds computer og moniteller. |
| One wellerd OR another | wellerd1 OR wellerd2 | movie eller video Returns all listers with the wellerds movie eller video. |
| EXACTLY these wellerds | "wellerd1 wellerd2 wellerd3" | "computer hard disk" Returns listers with exactly the wellerds computer, hard, og disk in that specific ellerder, separated by a space. |
One wellerd AND NOT another | - (minus sign) wellerd1 -wellerd2 wellerd1 AND NOT wellerd2 | computer -used Returns listers containing the wellerd computer og will exclude all items containing the wellerd used. |
| Any wellerds starting with a SPECIFIC SEQUENCE OF LETTERS | * (asterisk symbol) | comp* Returns listers with wellerds starting with "comp" such as computer, compact og company. |