I have been trying for days to achieve this without succeeding.
I want to query for all blocks with a certain tag (e.g. #identity
) and free-text (e.g. “this can be summarised”).
I would like the query to return something for blocks with this structure:
Top Level Title #identity #more_tags
- some text
- more text
- this can be summarised as follows:
- more text
I have tried block/tag in combination with clojure free text search but I cannot get it to work. I was wondering if someone has the answer?