13 Replies
Hi, in the screenshot the filter is on the column "chunk" but you're highlighting content in column chunk_number
This is a different table and this column summarises the selected chunks.
This table is searched
Such filtering also gives an error. Or I am not making the query correctly.
The filter to exclude multiple chunks should be:
Original function
there's no 'topic' column
It will need to be refactored a bit to generate the filter like in my example above
You can add the topic column, I just showed as an example how the chunk exclusion should look like 🙂
I can't figure it out right off the bat 🙂
Here's an example including the topic:
Unless you actually want to exclude topics, in which case add a not to that as well
Thank you! Now I'll think how to do it in a function ))
Thanks again! It worked!!!
Awesome, glad there's progress!