Markus Wenke's bits of Mon, 13 Aug 2001 translated to:

>I have some (much) html-files, and I want to make a range-search on some
>Parameters in this file.
>e.g:
>
>html-file:
>-------
><META name="my_number" content="42">
>-------
>
>If I make a search where my_number must be from 17 to 45 the html-File
>above must be found.
>
>Can I realize this with htdig ?

Not that I am aware of. I believe that you would need to write some sort of
wrapper that enumerates all values in the range and then builds a query
that OR's those values. You would also need to to modify the default
htdig config so that it indexes numbers and terms that are less than
three characters. On top of all that, I don't think there is currently
a clean way to define name-value pairs such that you can search on a
'value' restricted to 'name'; I think something of this nature has been
proposed for 3.2.



Jim


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to