search within a book feature

KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

search within a book feature

Post by KMandalia »

very nice.

But I have decided to go with the option of replacing the 'PDF Document (84k)' that webinator inserts when it can't find the title in the PDF meta data with the file name of my PDF document.

So, I will need to first identify whether the url of the walked document is ours or not and if it is ours, I shall check for no title and replace the 'PDF Docuemnt...' with the file name.

Now, would it be better to implement the above logic in dowalk or should it be in search (ideally, if this all can be done in dowalk then my search would not slow down)?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

search within a book feature

Post by mark »

Oops. This
<rex "[^/]+\F\.[^.]+>>=" $u>
should be
<rex "[^/]+\F\.=[^.]+>>=" $u>
Post Reply