Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento2-stackexchange_disableadvancedsearch
Disable search by SKU, even when SKU is globally set to searchable.
https://github.com/sreichel/magento2-stackexchange_disableadvancedsearch
magento2 magento2-extension magento2-module
Last synced: about 7 hours ago
JSON representation
Disable search by SKU, even when SKU is globally set to searchable.
- Host: GitHub
- URL: https://github.com/sreichel/magento2-stackexchange_disableadvancedsearch
- Owner: sreichel
- License: gpl-3.0
- Created: 2018-09-13T07:10:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T16:14:39.000Z (about 3 years ago)
- Last Synced: 2025-01-13T19:46:19.122Z (24 days ago)
- Topics: magento2, magento2-extension, magento2-module
- Language: PHP
- Homepage: https://magento.stackexchange.com/questions/173804/how-to-disable-search-by-sku-for-specific-store
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento2: DisableAdvancedSearch
[![Latest Stable Version](http://poser.pugx.org/mse-sv3n/disable-advanced-search/v)](https://packagist.org/packages/mse-sv3n/disable-advanced-search)
[![Total Downloads](http://poser.pugx.org/mse-sv3n/disable-advanced-search/downloads)](https://packagist.org/packages/mse-sv3n/disable-advanced-search)
[![Latest Unstable Version](http://poser.pugx.org/mse-sv3n/disable-advanced-search/v/unstable)](https://packagist.org/packages/mse-sv3n/disable-advanced-search)
[![License](http://poser.pugx.org/mse-sv3n/disable-advanced-search/license)](https://packagist.org/packages/mse-sv3n/disable-advanced-search)
[![PHP Version Require](http://poser.pugx.org/mse-sv3n/disable-advanced-search/require/php)](https://packagist.org/packages/mse-sv3n/disable-advanced-search)
[![Support](https://img.shields.io/badge/paypal-donate-lightblue.svg?logo=paypal)](https://www.paypal.me/sv3n1)**Q:** How to disable Advanced Search?
> How can I disable advanced search feature in Magento?
>
> Even you remove the links from frontend using layouts, if someone who knows Magento URL's accesses **/catalogsearch/advanced** will get the Advanced Search page.**Source:** https://magento.stackexchange.com/questions/36088/how-to-disable-advanced-search
Installation
===
```
composer require mse-sv3n/disable-advanced-search
bin/magento setup:upgrade
```## Support
If you have any issues with this extension, open an issue on [GitHub](https://github.com/sreichel/magento2-StackExchange_DisableAdvancedSearch/issues).## Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).## License
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)