Category filtering works, but the problem is that it only works on category pages and on the jdownloads home page - there is a drop-down menu at the top right. But there's no way to search by category on search results page

So, how to filter by category search results? We need something like this:
index.php?option=com_jdownloads&view=category&catid=7&Itemid=413&searchword=111111111 - search by keyword in category page
or better search by keyword and category on search results page:
index.php?option=com_jdownloads&Itemid=413&view=search&searchword=111111111&catid=7
And what files I need to modify, may be:
/components/com_jdownloads/helpers/route.php
/components/com_jdownloads/models/search.php
/components/com_jdownloads/views/search/tmpl/default_results.php
P.S. My versions: Latest Joomla 3 and latest Jdownloads, php 7.4.