Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -422,12 +422,12 @@ class RaindropSearchBot:
|
|
422 |
- Keep it concise (max 6-8 key terms/phrases)
|
423 |
- use the formatting authorised in raindrop search:
|
424 |
o use " for exact search (ex: "artificial intelligence")
|
425 |
-
o use - to exclude some terms (ex: -math)
|
426 |
o use match:OR for alternatives (ex: apple banana match:OR)
|
427 |
o use parenthesis for combinations ( ex: sugar (banana apple match:OR) match:AND )
|
428 |
o use match:AND for inclusion of both cases systematically (ex: apple banana match:AND)
|
429 |
Example elaborate request: ("artificial intelligence" AI match:OR) -"machine learning"
|
430 |
-
|
431 |
Return only the search query terms.
|
432 |
"""
|
433 |
|
|
|
422 |
- Keep it concise (max 6-8 key terms/phrases)
|
423 |
- use the formatting authorised in raindrop search:
|
424 |
o use " for exact search (ex: "artificial intelligence")
|
425 |
+
o use - to exclude some terms (ex: -math) // Do not exclude terms that are potentially relevant
|
426 |
o use match:OR for alternatives (ex: apple banana match:OR)
|
427 |
o use parenthesis for combinations ( ex: sugar (banana apple match:OR) match:AND )
|
428 |
o use match:AND for inclusion of both cases systematically (ex: apple banana match:AND)
|
429 |
Example elaborate request: ("artificial intelligence" AI match:OR) -"machine learning"
|
430 |
+
Use your judgement, think step by steps.
|
431 |
Return only the search query terms.
|
432 |
"""
|
433 |
|