Bellettrie / library_system

GNU General Public License v3.0
1 stars 0 forks source link

Overhaul book search to take advantage of the featureset of Postgresql #556

Open nanderv opened 4 months ago

nanderv commented 4 months ago

We have switched database engines with the switch to our dockerized setup. Since we now only support postgresql (and not sqlite, mysql, etc.), we can (and should) use features that make our lives easier.

As part of this, look at something like:

nanderv commented 1 month ago

This one requires a lot of further refinement