Skip to content

The use of using the word "Center" mark as a filter for articles as read, filters everything #6399

Answered by Alkarex
beerisgood asked this question in Q&A
Discussion options

You must be logged in to vote

The feed entries contain:

<div class="center-wrap">...</div>

which becomes, after sanitizing:

<div data-sanitized-class="center-wrap">...</div>

and we search in body, we search in all text, including HTML, hence the match on "center".

To search only in title, you can try intitle:Center. Or if a word is expected before, search with a space such as " Center".

We may get some regex search in the future.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@beerisgood
Comment options

@Alkarex
Comment options

@beerisgood
Comment options

@Alkarex
Comment options

@beerisgood
Comment options

Answer selected by beerisgood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #6393 on April 29, 2024 16:07.