Laravel-Searchy | Laravel Searchy | Search Engine library

 by   TomLingham PHP Version: 2.0.20 License: MIT

kandi X-RAY | Laravel-Searchy Summary

kandi X-RAY | Laravel-Searchy Summary

Laravel-Searchy is a PHP library typically used in Database, Search Engine applications. Laravel-Searchy has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Unmaintained: Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching and more to come!
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Laravel-Searchy has a low active ecosystem.
              It has 527 star(s) with 97 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 70 have been closed. On average issues are closed in 396 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Laravel-Searchy is 2.0.20

            kandi-Quality Quality

              Laravel-Searchy has 0 bugs and 0 code smells.

            kandi-Security Security

              Laravel-Searchy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Laravel-Searchy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Laravel-Searchy is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Laravel-Searchy releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Laravel-Searchy and discovered the below as its top functions. This is intended to give you an instant insight into Laravel-Searchy implemented functionality, and help decide if they suit your requirements.
            • Creates a new driver instance .
            • Build select query .
            • Run the search .
            • Setup the configuration .
            • Register the search builder class .
            • Set searchable table .
            • Build query string .
            • Format search string .
            • Returns the facade accessor .
            Get all kandi verified functions for this library.

            Laravel-Searchy Key Features

            No Key Features are available at this moment for Laravel-Searchy.

            Laravel-Searchy Examples and Code Snippets

            No Code Snippets are available at this moment for Laravel-Searchy.

            Community Discussions

            QUESTION

            Best way to improve (fuzzy) search results for similarities?
            Asked 2020-Sep-05 at 08:26

            This question may like a duplicate question but I’m giving it back because I couldn’t perfect a solution.

            Sorry for that. Now I'm working on a drug search engine. The user cannot always enter the exact drug name. Depending on the characters entered by the user, I need to get a better result for them. But now it is not. How should I do to do result more accurately? For example, there is information in DB: Анальгин, Цитрамон-П, Лирика-75мг, etc. ... (in Crylic). If the user enters in the Latin alphabet, the system converts it to the Cyrillic alphabet and searches through it. So, I need that: Even if the user enters words in Цитрамон, cитрамон, ииттрамон or cтрамон, the result should return Цитрамон. Or if user enter: Лирика, ЛЛЛирика, иииррика, Лика or Лирик, the result should return Лирика. Or Аналгин, Анагин ... should returns Анальгин. I should get similar results. I tried several search algorithms and packages (Laravel-Searchy, Laravel Scout, TNTSearch and etc) but to no avail. Now a search is working but the results are returning the same as in a SQL LIKE operator. Also, I tried with Levenstein distance as follow as: My search variable:

            ...

            ANSWER

            Answered 2020-Sep-04 at 17:26

            This will be very hard to solve in the way you are trying. You need a full text search engine like Sphinx or elastic search. That has support for languages and fuzzy search. More info about it here: https://en.wikipedia.org/wiki/Full-text_search

            I recommend Sphinx: http://sphinxsearch.com/docs/sphinx3.html#features-overview

            The documentation is however very heavy. Another option is elasticsearch that has very good documentation.

            Try to invent this your self will be very tricky and you will take time to get good result.

            Source https://stackoverflow.com/questions/63745376

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Laravel-Searchy

            Add "tom-lingham/searchy" : "2.*" to your composer.json file under require:. Run composer update in your terminal to pull down the package into your vendors folder.

            Support

            If you are having issues with the returned results because you have unicode characters in your search data, you can use the FuzzySearchUnicodeDriver. To use, first follow the instructions to publish your configuration file (php artisan vendor:publish) and change your default driver from fuzzy to ufuzzy.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/TomLingham/Laravel-Searchy.git

          • CLI

            gh repo clone TomLingham/Laravel-Searchy

          • sshUrl

            git@github.com:TomLingham/Laravel-Searchy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link