Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Oct 28, 2024
1 parent f7cb3e9 commit 5ba25e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ You can specify the following countries when searching on Indeed (use the exact
- use - to remove words
- "" for exact match

Example of a good query
Example of a good Indeed query

```py
search_term='"software engineering intern" summer java 2025 -tax -marketing'
search_term='"software engineering intern" summer (java OR python OR c++) 2025 -tax -marketing',
```

This searches the description/title and must include summer, java, 2025, software engineering intern exactly, no tax, no marketing.
This searches the description/title and must include summer, 2025, one of the languages, software engineering intern exactly, no tax, no marketing.

---

Expand Down

0 comments on commit 5ba25e7

Please sign in to comment.