GithubHelp home page GithubHelp logo

stigfaerch / ke_search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tpwd/ke_search

0.0 0.0 0.0 5.23 MB

Search Extension for TYPO3 Content Management System, including faceting search functions.

Home Page: https://extensions.typo3.org/extension/ke_search/

License: GNU General Public License v3.0

PHP 93.88% CSS 1.92% HTML 4.20%

ke_search's Introduction

ke_search

ke_search is a search engine for the TYPO3 content management system.

It offers fulltext search and faceting possibilities. Faceting means you can narrow down your search results by selecting certain categories, called facets or filter options.

It is very flexible: By writing your own indexer you can put any content you want into the index.

ke_search comes with strong defaults and with very little configuration. You can have a powerful search engine in your TYPO3 website, eg. images in the search result list and faceting without templating or coding.

ke_search does not use frontend crawling but fetches content elements and data records directly from the database. For the most used content types indexers are provided within the extension itself, including pages and news.

If you found a bug or want to ask for a feature, please use https://github.com/tpwd/ke_search/issues

Contributing

Code contributions are welcome.

The recommended way is to fork the project on GitHub and create a pull request.

Please explain what your patch is intended to do either by creating an issue first or by adding an explanation to the pull request.

You can checkout the project locally with

git clone [email protected]:tpwd/ke_search.git

(adapt the repository URL to your cloned repository)

Then install the dependencies and run the coding-standards command to copy the files .editorconfig and .php-cs-fixer.dist.php to the root directoy of the package.

cd ke_search
composer install
composer exec typo3-coding-standards extension

Testing

Manual testing

To test manually if your code is working, set up a TYPO3 instance for testing and symlink or deploy the directory ke_search to your TYPO3 test instance to typo3conf/ext/ke_search. If you deploy the code (e.g. by using PHPStorm "Deployment" feature), you can ignore the .Build directory.

There are also ome helpers available to test your automatically, see below.

Unit Tests

To run the unit tests:

composer test:unit

PHPStan

To check the code with PHPStan

composer test:phpstan

This will create a file phpstan-report.log which contains the errors.

PHP Code Style Fixer

To check the code with php-cs-fixer

composer test:php-cs-fixer

This will create a file php-cs-fixer-report.log which contains the errors.

To fix the code styling according to the TYPO3 coding guidelines automatically run

.Build/bin/php-cs-fixer fix

Automated tests in GitHub Actions

The automated tests are automatically executed after a push or a merge request by GitHub Actions.

ke_search's People

Contributors

christianbltr avatar brotkrueml avatar ste101 avatar mikestreety avatar liayn avatar a-r-m-i-n avatar cepheivv avatar velletti avatar ruudsilvrants avatar s2b avatar mrvoss avatar teaminmedias-pluswerk avatar igaumann avatar mbrodala avatar amtee avatar johannessteu avatar zillion01 avatar bnf avatar upputter avatar andreashager avatar nimmermaer avatar philip-hartmann avatar waldhacker1 avatar samir-plusb avatar lochmueller avatar minzink avatar tobenschmidt avatar beckerr-rzht avatar huelsmc avatar crealistiques avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.