opened 09:31PM - 04 Dec 22 UTC
### What Happened?
Linked page references cannot be narrowed to page tags in …the UI filter widget

(more info see down under)
### Reproduce the Bug
1. Create `[[My Page]]`
2. Add file content:
```
tags:: mypagetag
- parent #myparenttag
- child #mychildtag
```
3. Go to page `[[mypagetag]]` and click filter at bottom
4. `myparenttag` and `mychildtag` are no options
5. Go to either page `[[myparenttag]]` or `[[mychildttag]]` and click filter
6. `My Page` is shown as option, but no option `mypagetag` is given
### Expected Behavior
- In the filter of page `[[mypagetag]]`, `myparenttag` and `mychildtag` should be options
- In the filter of page `[[myparenttag]]` (or `[[mychildtag]]`), either replace option `My Page` by `mypagetag` or just add `mypagetag`
### Screenshots


### Desktop or Mobile Platform Information
Linux Desktop, Logseq 0.8.12
### Additional Context
https://discuss.logseq.com/t/unify-pages-and-blocks/12872
Related issue: https://github.com/logseq/logseq/issues/7592