Added
- It is now possible to index models in different tables.
- The stopwords can now be loaded from a TXT file or PHP file.
Fixed
- Some methods of the base Scout builder were previously ignored, they are now supported:
query(),whereIn(),whereNotIn().
Deprecated
- The
scope()method is now deprecated in favor of Scout'squery().