docs:readme

main
Cullen Watson 2024-10-28 03:34:52 -05:00 committed by GitHub
parent ff3c782912
commit 3ad3f121f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -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.
---