smartmetals / phoenix_datatables

Library to implement server-side API for the jQuery DataTables library with Elixir and Phoenix Framework
MIT License
14 stars 7 forks source link

Add Basic Postgres Full Text Search Support #46

Open jeremyjh opened 1 year ago

jeremyjh commented 1 year ago

Adds very simple Postgres Full Text Search support.

Migrates example project to Phoenix 1.7 via a new mix phx.new. Only migrated enough for the tests to work. This is the cause for most of the lines of code, probably I need to split this PR and merge that migration separately.

Tasks needed in this branch: