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 ff3c782 commit 3ad3f12
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,16 @@ You can specify the following countries when searching on Indeed (use the exact

---
**Q: Why is Indeed giving unrelated roles?**
**A:** Indeed is searching each one of your terms e.g. software intern, it searches software OR intern. Try search_term='"software intern"' in quotes for stricter searching
**A:** Indeed searches the description too.

- use - to remove words
- "" for exact match

Example of a good query

search_term='"software engineering intern" summer java 2025 -tax -marketing'

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

---

Expand Down

0 comments on commit 3ad3f12

Please sign in to comment.