textacular v2.0.3 Release Notes

    • 1 new feature
      • Allow searching through relations. Model.join(:relation).search(:relation => {:column => "query"}) works, and reduces the need for multi-model tables. Huge thanks to Ben Hamill for the pull request.
      • Allow searching through all model columns irrespective of the column's type; we cast all columns to text in the search query. Performance may degrade when searching through anything but a string column.
    • 🛠 2 bugfixes
      • Fix exceptions when adding Textacular to a table-less model.
      • Column names in a search query are now scoped to the current table.
    • 1 dev improvement
      • Running rake from the project root will setup the test environment by creating a test database and running the necessary migrations. rake can also be used to run all the project tests.