right now the book search alogrithm is just too broad and does not nicely rank our results based on likelihood of a match. we want to improve this!
use factories and unit testing to bulk create mock data and see about test accuracy of results, look into Django postgres search db funcs or consider built in vector searches
PLACEHOLDER
context
right now the book search alogrithm is just too broad and does not nicely rank our results based on likelihood of a match. we want to improve this!
use factories and unit testing to bulk create mock data and see about test accuracy of results, look into Django postgres search db funcs or consider built in vector searches
will fill this issue out more thoroughly soon