-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add search results and saved searches (fix #115, fix #162) #193
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8ed90a1
fix: use new tag buttons in current filters, use Pinecone search form
greatislander 11149a4
feat: allow search results to be filtered
greatislander 832f1b7
fix: only search resources
greatislander 0fbfd01
feat: add save search button and search term display
greatislander e81f059
Merge branch 'dev' into add/search-results
greatislander 80b57d3
fix: don't run code twice on search results page
greatislander a178762
feat: saved search functionality
greatislander 9d122b0
Merge branch 'dev' into add/search-results
greatislander 95d50b6
fix: notification positioning
greatislander 1bb1881
feat: limit saved searches to 25
greatislander fb961dc
feat: limit saved searches to 50 instead of 25
greatislander 9549bf5
fix: resolve PHPCS error
greatislander e7a9600
fix: paginate search results
greatislander 40974eb
Merge branch 'dev' into add/search-results
greatislander 6d39d3f
Merge branch 'dev' into add/search-results
greatislander 35ce02e
Merge branch 'dev' into add/search-results
greatislander 434e0b2
fix: set post type in pre_get_posts
greatislander 5dfde3d
Revert "fix: set post type in pre_get_posts"
greatislander 2314ee7
fix: remove all button label
greatislander 03ca0b0
fix: dialog titles
greatislander 404bdb7
fix: add space in remove all button label
jhung 5c3ab0d
fix: try inside span
greatislander e441770
fix: move outside span
greatislander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@greatislander I tested with NVDA and
 
worked in providing a break in the label.​
did not work.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
inside the<span class="visually-hidden">
work?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jhung I am moving this into a separate issue.