-
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
Release #380
Conversation
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 a preprocessor to exclude certain CSS-targed HTML from the rendered page before indexing occurs.
Enable the preprocessor and set it to .visually-hidden by default
Debugging search_api led me to a TextNode object that seems to be created by Stemmer. The instructions say that a much better experience is had if you enable the tokenizer first, which we did not have. So stripping the HTML with the tokenizer results in proper search occuring. Before this change, not only could you search for breadcrumb, but any menu item, such as home, about, and more. You'll still be able to search those pages from their title, but not every page needs to be returned because they have a top menu item of home.
…sition and subtitle fields
… 1:1 profile images
…icky at top of lists, and autoentity label
… and icons for contact info and directory list to block picker
…alesites-project into YALB-1478--view-displays
YALB-1552: [admin-theme] Update specific checkbox styles for admin-theme areas
YALB-1416: Bug: Empty Headings in HTML | YALB-1312: Bug: Style views Event Time Period radio buttons | YALB-1215: Dials: Banner heading levels
HOTFIX: Fix Nodes not able to be viewed if no menu item
YALB-1291: Update to CKEditor5
YALB-1485/YALB-1486/YALB-1488: Mega Footer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release
deploy
#364