Thanks BetterRed. I've got quite a few image (as opposed to text) pdfs which won't text search. But have heard something similar to what you write from another user who does have DDC.
I am steeling myself to downgrade having DDC and LCC from "something I really need" to "something that is absolutely essential for library-geek decor".
When you say "full text search" you mean something like
[q]Chris Jensen, Entrepreneur, engineer, scientist
Search for a phrase within every epub file in the current directory.
*nix based systems including Linux and Mac OSX:
grep "some phrase" ./*.epub
Windows:
findstr /C:"some phrase" *.epub
[/q]
?
Last edited by kite; 11-24-2014 at 11:10 PM.
Reason: rem blank lines
|