Quote:
Originally Posted by anjade2
Search for "love" and find not only all books with title, author, tags "love", but also all books from the authors the search has found.
|
@anjade2:
You seem to be a candidate for the MultiColumnSearch plugin.
Attached is an MCS intra-book search example of searching on 'love' contained in either Title or Tags.
It would also find 'Löve' and 'LÖVE' and so forth because of the option to compare using a transform function of "decompose and normalize the alphabet".
You could also play with using a Regular Expression instead of using "contains" as the operator.
The hard part is the "all of the other books by the same authors within the search results". Maybe I will add that to MCS, because it sounds like a very reasonable thing to want to do at times.
DaltonST