query("SELECT DISTINCT books.id AS id, books.title AS title, SUBSTR(comments.text,0,120) AS excerpt FROM books INNER JOIN comments ON comments.book = books.id INNER JOIN books_tags_link ON books_tags_link.book = books.id INNER JOIN tags ON tags.id = books_tags_link.tag WHERE books.title LIKE '%$keywordsearch%' OR books.author_sort LIKE '%$keywordsearch%' OR comments.text LIKE '%$keywordsearch%' OR tags.name LIKE '%$keywordsearch%' ORDER BY books.title ASC"); ?> Infopump - Basic title search
Close
Infopump Avatar

About the Project

Infopump

A bibliographic management and display system.


A free, open source project from:
The L0WL1F3 Podcast
Neon Dystopia
Cyberpunk Librarian

Search

fetchArray()) { $row_id = $row['id']; $row_title = $row['title']; $row_excerpt = $row['excerpt']; echo '

'.$row_title.' : '.strip_tags($row_excerpt).'...

'; } ?>