Assume a database with up to 1 million books listed.
As a user is searching they have the ability to say "never show me this book again" or "never show me any books by this author again".
So a user may have selected 1000 books as "never show me this book again".
When they search I want to filter out those results.
I can think of the simple way to do it, but it doesn't seem like it would be an efficient way to do it.
Does anyone have any suggestions as to the best way to approach this, concepts rather than actual code.
Thanks
