Is there a way to disable Filter by description #3781
|
The latest version 7.23.1 provide a new feature - Filter by description. So I hide the search toolbar in the css in .plugin-tasks-toolbar { display: none; } /* alswl patch */Is there any official way to configure it? |
Answered by
claremacrae
Mar 2, 2026
Replies: 2 comments 1 reply
|
You can always search the docs or release notes for toolbar. You will find the instruction: You can put it in the Global Filter or use its Query File Defaults property to disable it more widely. |
1 reply
Answer selected by
claremacrae
|
To disable the filter, I entered "hide toolbar" in Global Query in the plugin settings. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can always search the docs or release notes for toolbar.
You will find the instruction:
You can put it in the Global Filter or use its Query File Defaults property to disable it more widely.