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
What we're after: As a user, I want to be able to search relevant content within the sitewide search so that I can be confident I am getting as much relevant information as possible.
Below is the relevant code of what is currently crawled in the Wagtail CMS:
# These are the parent pages for which we want *all* descendants of, not just direct children
SEARCH_DESCENDANTS_OF = [
'/home/legal-resources/',
'/home/help-candidates-and-committees/',
'/home/press/',
'/home/introduction-campaign-finance/'
]
# These are the parent pages for which we want *only* direct children
SEARCH_CHILDREN_OF = [
'/home/',
'/home/about/',
'/home/about/leadership-and-structure/'
]
What we're after:
As a user, I want to be able to search relevant content within the sitewide search so that I can be confident I am getting as much relevant information as possible.
Below is the relevant code of what is currently crawled in the Wagtail CMS:
For what is scraped on the Data section, see web_app_pages.json
For what is scraped in the transition pages, see transition_pages.json
The text was updated successfully, but these errors were encountered: