Everything you do is value-added to the DOpus community. Please upload your latest creation.
1 Like
So to clarify, here's how the new script works.
Global:
- Per-item data is cached for better performance.
- Aliases and column types can be changed at runtime from a separate dialog.
- There's a new flag for string searches, the ANY flag. Some columns can contain values that act like multiple values at once (e.g., tags, labels). The idea is that searches work as if you're searching across the separate values split by ';'. The ANY flag changes the search behavior between AND and OR.
In dialog mode:
- You can detect file changes and react.
- You can switch between tabs/Listers (follow the active tab).
- You can change columns from outside the dialog (or from inside, like before).
- Several options can be changed at runtime.
- Filtering is instant.
In FAYT mode:
- You get real-time results.
- You get real-time suggestions.
- Leaving the field empty returns to the initial state.
Things not finished:
- FBC Multi mode (might not come back, I don't think I ever used it).
- Command mode (should work, but I don't think I've ever used it).
- Save filters. (Iām not sure how this would be implemented).
- Load filters.
- The ANY flag for AND isn't implemented.
There may also be some bugs I haven't run into yet.
3 Likes
Is this available to download? Thanks
Not at the moment. I plan to upload it to some testers (or maybe make it publicly available) during this week (after 13.21.1 is released).
2 Likes
2 Likes