Highlighting matches
See original GitHub issueI was looking for some guidance on how to get query result highlighting via searchkit.
I found in this README a mention of highlighting and some related code here:
but otherwise it seems that highlighting is not supported. Am I right about this? Are there plans for adding it?
In my postProcessRequest
function I could add an elastic highlighting request, but the result is not exposed via the GraphQL API.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Highlighting Search Term Matches - Documentation - MarkLogic
Highlighting Search Term Matches. This chapter describes ways you can use cts:highlight to wrap terms that match a search query with any markup....
Read more >Highlighting | Elasticsearch Guide [8.5] | Elastic
Highlighters enable you to get highlighted snippets from one or more fields in your search results so you can show users where the...
Read more >Highlight all search pattern matches | Vim Tips Wiki - Fandom
This tip shows how search highlighting is controlled, and has a method to highlight searches ... To highlight all search matches, set the...
Read more >A one-line solution to highlighting search matches - bitsofcode
One-line match highlighting. Here's the solution I came up with: const term; // search query we want to highlight in results const results; ......
Read more >Highlighting of matching code elements - JetBrains Rider
Any opening parenthesis, bracket, brace or quote (altogether called "delimiters") can be highlighted with color or outline whenever you place ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks for highlighting! Yeh it was due to another feature that was added in this release (url search state sync). Just updated with rc32 now with qs as a dependency. Long term shouldn’t need QS if you’re not using the routing HOC 😃
@beepsoft yep - hopefully today or tomorrow, im working on a few other changes. Need to address documentation and will be releasing soon 😄