-
Issue #1475906 by scrypt: patch up theoretical sql injection vector via node title.
-
Issue #1449606 by jordojuice: Rewrite indexing functions to store more data about functions, properly remove indices, and make data more accessible outside of those functions.
-
Update according to Drupal 8 coding standards for parameter and return types.
-
Remove BOOLEAN MODE from 7.x-1.x branch to simplify it. Improve query by increasing title relevance.
-
Replace add_table() calls with ensure_table() to prevent multiple joins.
-
Replace add_table() calls with ensure_table() to prevent multiple joins.
-
Issue #1421348 by jordojuice: Port new boolean mode options from 7.x-2.x branch.
-
Add check for field module to option_definition().
-
Issue #1421348 by jordojuice: Adjust relevance of all fields whether in boolean mode or not. Add options for adjusting relevance of fields defined by field module.
-
Issue #1263898 by jordojuice: Improve options for controlling the relevance of matches in boolean mode queries.