When I search brand name like L'Occitane and Geather's the search result does not give me the exact result how can I achieve this ?
special characters are removed from the Magento search.
you can update that with your logic by overriding this class
Magento\Framework\DB\Helper\Mysql\Fulltext
vendor/magento/framework/DB/Helper/Mysql/Fulltext.php
How do I override this class in vendor/magento/framework/DB/Helper/Mysql/Fulltext.php to allow an apostrophe?