How to make the standard full text search handle not only the products, but the categories too?

Hi Everyone,

My top mini search form is searching for all the catalogs but i have to implement search by category in magento in mini form so any one know how to do this.

For example when “Fab” and fablous is my category name so, it doesn’t working for this.

See how is a frontend full-text search implemented.
The Magento_CatalogSearch::result.phtml template shows only the products, and the catalogsearch_fulltext_scope* tables are not capable to contain the categories information without modifying the tables’ structure, but you can add a custom block to the catalogsearch_result_index page and implement your custom search for the categories.