Closed ChristophLabacher closed 4 years ago
Figured out that my test where failing because I was expecting titles, not urls. 🙈
However I am still observing this issue in several production systems. Will keep investigating.
I figured out that the title of the node has nothing to do with it, seems to have been coincidence.
Instead it appears the problem is that the filter search never returns more than ten results, even if there should be more. I added a test to show this.
When a node contains spaces in its title, filtering for tags does not work.
This pull request introduces tests to prove it and investigate the issue: https://github.com/rundsk/dsk/pull/131