Skip to content

v5.2.0

Latest

Choose a tag to compare

@michaelbaril michaelbaril released this 20 Jun 17:07

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's query().