> > > I've also moved query capabilities from just being able to search an > external index to being able to search any info page (linked to the legend > defined in the index rule) with all the current query operators. > > = equal > ! not equal > < less than > > more than > & 1|3 between > , inlist > + strpos > - not strpos > ? if set > ^ if not set > 0 false > 1 true > > Needless to say, this all adds a lot of speed and power. >
I have an index page "somepage" that looks like this: some_id | timestamp | some_text (real values) Now I want to search for all entries with a number > timestamp. Or between timestamp values. I can do search query=somepage text=timestamp fmt=... that gets an id that matches the timestamp I was looking for. How would I use the other query operators? (I checked the scripts but I could not find them). Greetings, Martin -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
