Actually, looking at the code for that draggable, it concats the subFilter
into the main filter, so I guess I should be leaving off the [] you'd
normally surround a filter with (assuming that's how you normally do it).
So I tried that, and I don't get the error anymore, but it doesn't actually
sub filter these based on the field called "category" with the, now
hardcoded for testing value. I'm sure it's just a syntax thing on my end.
On Friday, February 21, 2020 at 10:11:12 AM UTC-6, Eric Shulman wrote:
>
> On Friday, February 21, 2020 at 8:00:10 AM UTC-8, Mark S. wrote:
>>
>> I don't know if this will fix your particular problem, but the filter
>> (subfilter) should look like:
>> [field[{!!category}]
>> Basically, you use double braces {{...}} and double angle brackets
>> <<...>> outside of filters, and single braces {...} and single angle
>> brackets <...> inside of filters.
>>
>
> You left an extra "[" in your reply. I'm sure it was just an editing
> oops!.... it should read:
> [field{!!category}]
>
> i.e., Outer square brackets surrounding the filter, single curly braces
> for the filter parameter.
>
> -e
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/ec54d3d2-6831-49a6-ae21-a7a66de7d269%40googlegroups.com.