Updates to the two examples at the top of this thread.
Example 1 (FAYT Quick Nav Emulator Platforms):
- Assigns the script to the "FAYT" category, to better organise the scripts list.
Example 2 (Custom search via FAYT):
-
Assigns the script to the "FAYT" category in the scripts list.
-
There is now a history list which you can display on a button-menu:
Create a button which runs
FAYTSearchExample_History LISTfor that.The button part shows the last search, so you can see what you searched for, or click it to re-run the search.
The menu part shows your previous searches, so you can re-run them, and a Clear option to clear the list. (This will hide the button entirely, until the history is non-empty again.)
The history is not saved to disk by default, but you can change that at the top of the script, as well as the maximum number of items it will remember.
The dynamic history list is generated using new functionality added in Directory Opus 13.15.2. More detail can be found in the 13.15.2 release notes.
-
"Any Word" mode is now the default, and can be configured by editing the top of the script.
-
The old behavior of doubling the initial FAYT character to get "Any Word" mode has been removed, since it turned out not to be very useful and made implementing the history list too complex.
