The TQL module implements the hook_search so that when searching, you can search by taxonomy.
I would like to have the ability to turn it off while keeping other aspect of the TQL module usable.
This hook_search implementation adds the "Taxonomy" tab at the top of the search page.
By turning it off, that tab would disappear.

CommentFileSizeAuthor
#1 271337.patch827 bytesroychri

Comments

roychri’s picture

StatusFileSize
new827 bytes

I propose fulfilling this feature request by using permissions.
Adding a new permissions called "search tql" which you will need to give to the appropriate role if you want to use the search feature.

Here is the patch.