Skip to content

Commit 368525e

Browse files
authored
README: Add basic idea.
1 parent 970f491 commit 368525e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Implementation of an easy-to-use search engine in Doctrine entities.
77

88
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.
99

10+
Idea
11+
----
12+
13+
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.
14+
1015
📦 Installation & Basic Usage
1116
-----------------------------
1217

0 commit comments

Comments
 (0)