All Projects → swissup → module-search-mysql-legacy

swissup / module-search-mysql-legacy

Licence: other
No description or website provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to module-search-mysql-legacy

malwinx
Just a normal flask web app to understand win32api with code snippets and references.
Stars: ✭ 76 (+46.15%)
Mutual labels:  search-engine
Intelligent Document Finder
Document Search Engine Tool
Stars: ✭ 45 (-13.46%)
Mutual labels:  search-engine
hohser
Highlight or Hide Search Engine Results
Stars: ✭ 89 (+71.15%)
Mutual labels:  search-engine
google-this
🔎 A simple yet powerful module to retrieve organic search results and much more from Google.
Stars: ✭ 88 (+69.23%)
Mutual labels:  search-engine
BDExamenes
Base de datos de exámenes de la ETSIIT
Stars: ✭ 23 (-55.77%)
Mutual labels:  search-engine
gosearch
a fast, real-time file searching program for linux
Stars: ✭ 68 (+30.77%)
Mutual labels:  search-engine
GreasyFork-Scripts
该项目开源代码用于主流浏览器的油猴脚本,包含字体渲染脚本 Font Rendering.user.js, 搜索引擎跳转工具 Google & Baidu Switcher.user.js.
Stars: ✭ 260 (+400%)
Mutual labels:  search-engine
Horizon
A ZeroNet search engine
Stars: ✭ 15 (-71.15%)
Mutual labels:  search-engine
nlp-lt
Natural Language Processing for Lithuanian language
Stars: ✭ 17 (-67.31%)
Mutual labels:  search-engine
Sitemap
Bolt Sitemap extension - create XML sitemaps for your Bolt website.
Stars: ✭ 19 (-63.46%)
Mutual labels:  search-engine
odcrawler-frontend
A frontend for ODCrawler, an Open Directory search engine.
Stars: ✭ 20 (-61.54%)
Mutual labels:  search-engine
PeARS-orchard
This is the decentralised version of PeARS, the people's search engine, to be taken as Phase 1 of the fully distributed system.
Stars: ✭ 34 (-34.62%)
Mutual labels:  search-engine
lucene
Apache Lucene open-source search software
Stars: ✭ 1,009 (+1840.38%)
Mutual labels:  search-engine
jina-meme-search
Meme search engine built with Jina neural search framework. Search with captions or image files to find matching memes.
Stars: ✭ 21 (-59.62%)
Mutual labels:  search-engine
imsearch
Framework to build your own reverse image search engine
Stars: ✭ 64 (+23.08%)
Mutual labels:  search-engine
botanalyse
botsonar analyse open api
Stars: ✭ 19 (-63.46%)
Mutual labels:  search-engine
domhttpx
domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.
Stars: ✭ 59 (+13.46%)
Mutual labels:  search-engine
lupyne
Pythonic search engine based on PyLucene.
Stars: ✭ 61 (+17.31%)
Mutual labels:  search-engine
code-compass
a contextual search engine for software packages built on import2vec embeddings (https://www.code-compass.com)
Stars: ✭ 33 (-36.54%)
Mutual labels:  search-engine
lafzi-web
Antarmuka web untuk Lafzi: mesin pencari lafadz dalam Al-Quran
Stars: ✭ 25 (-51.92%)
Mutual labels:  search-engine

Legacy Mysql Search

It's a magento2-module for the metapackage.

Installation

For clients

There are several ways to install extension for clients:

  1. If you've bought the product at Magento's Marketplace - use Marketplace installation instructions

  2. Otherwise, you have two options:

For maintainers
cd <magento_root>
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/module-search-mysql-legacy --prefer-source --ignore-platform-reqs
bin/magento module:enable Swissup_SearchMysqlLegacy Swissup_Core
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento indexer:reindex catalogsearch_fulltext

F.A.Q

How to install Magento 2.4.0 without Elasticsearch require during installation?

Use --disable-modules option

bin/magento setup:install -h
...
--disable-modules[=DISABLE-MODULES] List of comma-separated module names, that must be avoided during installation.
php bin/magento setup:install --disable-modules=Magento_InventoryElasticsearch,Magento_Elasticsearch7,Magento_Elasticsearch6,Magento_Elasticsearch

After installing enable all elastic search module with below command.

php bin/magento module:enable Magento_Elasticsearch Magento_Elasticsearch6 Magento_Elasticsearch7 Magento_InventoryElasticsearch

How can I check current search engine?

You can check your current search engine using:

bin/magento config:show catalog/search/engine

How can I change search engine?

You can change your current search engine using:

bin/magento config:set catalog/search/engine 'lmysql'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].