Page 2 of 2

search within a book feature

Posted: Thu Nov 18, 2004 12:01 pm
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)?

search within a book feature

Posted: Tue Nov 30, 2004 12:18 pm
by mark
Oops. This
<rex "[^/]+\F\.[^.]+>>=" $u>
should be
<rex "[^/]+\F\.=[^.]+>>=" $u>