Page MenuHomePhabricator

Setting 'filter="term1 term2 term3"' only applies the first criterion
Closed, InvalidPublic

Description

When I have multiple terms to filter by the filter only selects the first one
i.e. filter="term1 term2 term3"
will only display rss-items with term1 in them, excluding rss-items with term2 or term3

Related Objects

Event Timeline

Aklapper renamed this task from Filter is not working properly to Setting 'filter="term1 term2 term3"' only applies the first cirterion.Jul 3 2016, 9:45 PM
Aklapper renamed this task from Setting 'filter="term1 term2 term3"' only applies the first cirterion to Setting 'filter="term1 term2 term3"' only applies the first criterion.

@MediaWikiAccount: Thanks for reporting this. Why did you assign this task to @MarkAHershberger? Did he ask you do to so? (Just trying to understand.)

Why did you assign this task to @MarkAHershberger? Did he ask you do to so?

No, I didn't. That said, I don't mind. The problem looks straight-forward enough.

I apologise, the error was my own. your function works exactly the way it ought to. I did not surround my filter string in quotes

Aklapper changed the task status from Resolved to Invalid.Jul 5 2016, 5:13 PM

Glad you found the reason! :)
Changing status from resolved to invalid as no code change to fix a bug was involved.