Fs-list-highlight not working

Description

I’ve added fs-list-highlight to my List Filter according to the instructions attributes/list-filter

Site URL

Steps to Reproduce

  1. Enter words in the Blog search
  2. Search is active and should add the class is-list-highlight to the words that match the search
  3. Check the html and see that the is-list-highlight class is not added to the words that match the search

Expected Behavior

I want the is-list-highlight class to be added to the words matching the search

Actual Behavior

the class is-list-highlight is not added to the words matching the search

Video/Screenshots

Required: Please provide a short screen recording showing the issue

  • Video link: I can only add 2 links in this post because Im a new user, and the 2 links are already above.
  • Screenshots (if applicable):

Additional Context

  • Browser: Google Chrome Version 136.0.7103.114 (Official Build) (arm64)
  • Device: Mac OS desktop 15.4.1 (24E263)

I’ve added the link to the website now. I was not able to add it before because the limit of 2 link per post for new users. So here is the link Blog - Unified Streaming

Hi @ruben!

I made a local override and made it work by adding ="true" to the fs-list-highlight option in your script tag and deleting is-list-highlight

Your script tag should look like this:

And here is the page working:

Let me know how it goes! :flexed_biceps:

Hi Pedro,

I’ve change the head script as you suggested and it works! Thank you!

I noticed that your screenshot still has fs-cmsfilter-highlight=“true”
but is should be fs-list-highlight=“true”
like this:

If you change the screenshot I can tick your answer as the solution.

1 Like

You are absolutely right.

I’ve already changed the screenshot. If you want to tick the answer as the solution, thanks a lot! :flexed_biceps: