Skip to content

Commit

Permalink
README: Add basic idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Oct 13, 2021
1 parent 970f491 commit 368525e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Implementation of an easy-to-use search engine in Doctrine entities.

For basic use, all you have to do is define a map of the searched entities and their properties, the search engine will arrange for them to be loaded correctly and will automatically sort the search results based on the candidates found.

Idea
----

The purpose of the package is to provide a simple API for advanced full-text search in Doctrine entities. At the beginning of a request, a search scheme is built and this package automatically ensures that the best results are found and returned based on relevance.

📦 Installation & Basic Usage
-----------------------------

Expand Down

0 comments on commit 368525e

Please sign in to comment.