{"id":19098025,"url":"https://github.com/swissup/module-search-mysql-legacy","last_synced_at":"2025-04-05T21:06:40.970Z","repository":{"id":41957938,"uuid":"311589521","full_name":"swissup/module-search-mysql-legacy","owner":"swissup","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T09:16:57.000Z","size":135,"stargazers_count":104,"open_issues_count":0,"forks_count":34,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-29T20:04:45.160Z","etag":null,"topics":["magento","magento2","magento2-extension","magento2-module","magento2-search"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swissup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-10T08:14:28.000Z","updated_at":"2025-03-13T12:09:16.000Z","dependencies_parsed_at":"2024-06-21T15:44:37.289Z","dependency_job_id":"4a5cd9db-6b65-4e4c-a78f-f7f8cc698ce1","html_url":"https://github.com/swissup/module-search-mysql-legacy","commit_stats":{"total_commits":54,"total_committers":7,"mean_commits":7.714285714285714,"dds":"0.40740740740740744","last_synced_commit":"7ff15212ab8808f8e1ceb940360989dc789e5702"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissup%2Fmodule-search-mysql-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissup%2Fmodule-search-mysql-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissup%2Fmodule-search-mysql-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissup%2Fmodule-search-mysql-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swissup","download_url":"https://codeload.github.com/swissup/module-search-mysql-legacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399873,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento","magento2","magento2-extension","magento2-module","magento2-search"],"created_at":"2024-11-09T03:43:51.462Z","updated_at":"2025-04-05T21:06:40.952Z","avatar_url":"https://github.com/swissup.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Legacy Mysql Search \n\u003csup\u003eIt's a magento2-module for the [metapackage](https://github.com/swissup/search-mysql-legacy/).\u003c/sup\u003e\n\nThe news sometimes isn't good, but there is always a way out. Yes, [MySQL is no longer supported](https://devdocs.magento.com/guides/v2.4/release-notes/backward-incompatible-changes/#230---24) for search since Magento 2.4. And you must install Elasticsearch 7.6.x before upgrading to the latest Magento version.\n\nElastic search is a great solution. Even so, a lot of our customers still prefer using hostings that don’t have it. Let us help you to install Magento 2.4 without Elastic search enabled.\n\n### We released the Legacy MySQL Search module for Magento 2\nWe integrated Magento 2.3.5 MySQL Search mechanism with Magento 2.4. The Legacy MySQL Search module enables a new value in the Search Engine drop-down of Catalog Search config settings.\n\nSo you don’t need things to get complicated. You have simply to choose the \"Legacy MySQL (Deprecated) value\" in drop-down.\n\n![the_new_legacy_mysql_search_module_for_magento_2-1](https://user-images.githubusercontent.com/412612/176845092-e72c72dd-6f96-43f9-8bb7-04238802eb3e.png)\n\n\n### [Installation](https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/installation/)\n\n###### For clients\n\nThere are several ways to install extension for clients:\n\n 1. If you've bought the product at Magento's Marketplace - use\n    [Marketplace installation instructions](https://docs.magento.com/marketplace/user_guide/buyers/install-extension.html)\n\n 2. Otherwise, you have two options:\n    - Install the sources directly from [our repository](https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/installation/composer/) - **recommended**\n    - Download archive and use [manual installation](https://docs.swissuplabs.com/m2/extensions/search-mysql-legacy/installation/manual/)\n\n\n###### For maintainers\n\n```bash\ncd \u003cmagento_root\u003e\ncomposer config repositories.swissup composer https://docs.swissuplabs.com/packages/\ncomposer require swissup/module-search-mysql-legacy --prefer-source --ignore-platform-reqs\nbin/magento module:enable Swissup_SearchMysqlLegacy Swissup_Core\nbin/magento setup:upgrade --safe-mode=1\nbin/magento setup:di:compile\nbin/magento indexer:reindex catalogsearch_fulltext\n```\n\n### F.A.Q\n\n#### How to install Magento 2.4.0 without Elasticsearch require during installation?\n\nUse --disable-modules option\n\n```\nbin/magento setup:install -h\n...\n--disable-modules[=DISABLE-MODULES] List of comma-separated module names, that must be avoided during installation.\n```\n\n```\nphp bin/magento setup:install --disable-modules=Magento_InventoryElasticsearch,Magento_Elasticsearch7,Magento_Elasticsearch6,Magento_Elasticsearch\n```\n\nAfter installing enable all elastic search module with below command.\n```bash\nphp bin/magento module:enable Magento_Elasticsearch Magento_Elasticsearch6 Magento_Elasticsearch7 Magento_InventoryElasticsearch\n```\n#### How can I check current search engine?\n\nYou can check your current search engine using:\n```\nbin/magento config:show catalog/search/engine\n```\n\n#### How can I change search engine?\n\nYou can change your current search engine using:\n```\nbin/magento config:set catalog/search/engine 'lmysql'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswissup%2Fmodule-search-mysql-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswissup%2Fmodule-search-mysql-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswissup%2Fmodule-search-mysql-legacy/lists"}