Revert the search depth behavior changes from #154This reverts parts of the changes from #154: Before merging the pullrequest, a depth of 1 returned just the pages in the root namespace.With the
Revert the search depth behavior changes from #154This reverts parts of the changes from #154: Before merging the pullrequest, a depth of 1 returned just the pages in the root namespace.With the changes in the pull request, a depth of 1 also returned pagesin subnamespaces of the root namespace (as it was also tested in the test case).This reverts this part of the changes and a depth of 1 returns just thepages in the root namespace again.
show more ...
fixed test case
Added test for search_allpagesCurrently both the 2nd and the third assertions fail(the first one is just for upcoming non-regression)
removed unecessary requiresin unit tests
moved _testing to _test