Skip to content

Commit b0afb0e

Browse files
author
Michaël
committed
updated README.md
1 parent 93d11aa commit b0afb0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ a dedicated table of the MySQL database, and uses a fulltext index to search.
55
It is meant for small-sized projects, for which bigger solutions such as
66
ElasticSearch would be an overkill.
77

8-
Sqlout is compatible with Laravel 5.8+ to 8.x and Scout 7.1+ / 8.x.
8+
Sqlout is different than Scout 9's native `Database` engine because it indexes
9+
data in a separate, dedicated table, and uses a fulltext index. Sqlout has more
10+
features such as field weights and word stemming.
11+
12+
Sqlout is compatible with Laravel 5.8+ to 9.x and Scout 7.1+ / 8.x / 9.x
13+
(credit goes to [ikari7789](https://github.com/ikari7789) for Laravel 9 / Scout
14+
9 support).
915

1016
## Version Compatibility
1117

0 commit comments

Comments
 (0)