Search for tag:nameoftag should return nested results

A search for tag:first-aid should return a result under tag:medicine/first-aid even if the tag is nested.

Use case or problem

I don’t often remember if I nested a tag under another, so when I search for a tag that I’m sure I used, and the search returns northing, I often have to manually look for where I nested that tag to find the results.

Proposed solution

Search for tag:noodles in the search bar should return all results, even if the tag is nested under recipe/noodles. It should not be necessary to type the exact syntax into search.

2 Likes

I agree.
As a workaround you could do a search for

line:(# noodles)
1 Like

or with regex

/#.+?\/noodles/

If you have the “Starred” core plugin enabled you can “star” that search

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.