Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for participating in the advanced search for issues public preview. Please leave your feedback below on what is working well, any bugs you encounter, and what else you’d like to see!
To provide your feedback on other experiences released at the same time, please visit:
From the repository Issues page, you can now build advanced queries using the AND and OR keywords, as well as nested queries using parentheses up to 5 layers deep. Here is the existing search syntax documentation for reference.
This search allows you to find issues that are either bugs or have high priority.
is:issue AND ( type:Bug OR label:priority-high )
This search allows you to find issues that were created in the last week that are either bugs or tasks, or medium priority ones you've authored.
is:issue AND created:>@today-1w AND (( type:Bug OR type:Task ) OR ( author:@me AND label:priority-medium ))
Things to note
Advanced search is not yet available in the API, but only through the UI from the repository issues page. We are working on providing this support.
The repo, org, and user fields currently function as OR filters when a space is included between them, rather than an AND search as it works for other fields. These fields are not yet supported in nested queries.
Looking for feedback
Please leave your feedback below 👇 on what is working well, what can be improved, and what else you’d like to see!
ProjectsPlan and track your project's progress using boards and tablesGeneral
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
You can’t perform that action at this time.
✕
Wait! Don't Go Yet 🚀
Get our FREE eBook "10 Programming Tips That Changed Everything" when you subscribe!
-
Feedback wanted
Thank you for participating in the advanced search for issues public preview. Please leave your feedback below on what is working well, any bugs you encounter, and what else you’d like to see!
To provide your feedback on other experiences released at the same time, please visit:
Writing advanced searches
From the repository Issues page, you can now build advanced queries using the
ANDandORkeywords, as well as nested queries using parentheses up to 5 layers deep. Here is the existing search syntax documentation for reference.This search allows you to find issues that are either bugs or have high priority.
This search allows you to find issues that were created in the last week that are either bugs or tasks, or medium priority ones you've authored.
Things to note
repo,org, anduserfields currently function asORfilters when a space is included between them, rather than anANDsearch as it works for other fields. These fields are not yet supported in nested queries.Looking for feedback
Please leave your feedback below 👇 on what is working well, what can be improved, and what else you’d like to see!
Beta Was this translation helpful? Give feedback.
All reactions