Solspace Tag issue when searching for tag_name that doesn't exist
When I'm searching for a tag_name that doesn't exist I'm getting all results instead of 0. When searching for a tag_name that does exist but isn't linked to any of the entries withing the collection it is working as expected and returning 0 entries.
I'm working with Solspace Tag and Low Search 4.4.4 on eecms 2.6.1
Replies
Low 21 Dec 2016 12:57
Yeah, I see how that can be an issue. To fix, open up /low_search/filters/tags/lsf.tags.php and look up line #96, which reads
below that, add this new line:
...which should trigger the no results if unknown tag names are given.
Low 21 Dec 2016 13:28
Okay, in addition to the above, change lines 50 and 51, which now read
to
...does that help?