You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Holy cow! Your catalog is packed. How on earth are you going to find anything? Add the trestle-search gem and configure it for your trestle interface.
In case you need to write your own queries for certain cases (like if you want to search by subject when you're purusing the book table), here are some resources that you may find helpful.
Holy cow! Your catalog is packed. How on earth are you going to find anything? Add the trestle-search gem and configure it for your trestle interface.
In case you need to write your own queries for certain cases (like if you want to search by subject when you're purusing the book table), here are some resources that you may find helpful.
PostgreSQL Pattern Matching: (https://www.postgresql.org/docs/9.3/static/functions-matching.html)
Rails Query Methods: (https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html)
The text was updated successfully, but these errors were encountered: