kookma / TW-Commander

A tiddler toolkit for Tiddlywiki 5. Batch operations on bulk of tiddlers. Create, delete, add fields, tags, search and replace and inspect tiddlers.
https://kookma.github.io/TW-Commander/
49 stars 8 forks source link

Question: Does combo search only support of a subset of filter operators? #21

Open davout1806 opened 3 years ago

davout1806 commented 3 years ago

I ask because I have this situation:

I have a list of tiddler names (>100) that I want to do a batch add field operation. As a trial I created a temporary tiddler workingTemp with field 'list' whose value is set to [[All Else Equal]] [[Allegro Vivace]]. If I do an advanced search using the filter [list[workingTemp]] I get as expected All Else Equal and Allegro Vivace. However using Commander combo search [list[workingTemp]] I get 0 matches.

Thanks.

PS. Thanks for making this plugin it has been a huge time saver.

kookma commented 3 years ago

@davout1806 If your workingTemp list field contains TidOne TidTwo TidThree The commander works fine with [list[workingTemp ]] but when the entries have [[...]] it fails! So this is a bug! I will investigate