Project

General

Profile

« Previous | Next » 

Revision 794

Added by bojilova almost 23 years ago

included new terms for searchmode:
equals (former matches-exactly)
isnot-equal
less-than
greater-than
less-than-equals
greater-than-equals

View differences:

lib/pathquery.dtd
73 73
     and searchmode is the type of match to perform against the text value -->
74 74
<!ATTLIST queryterm casesensitive (true|false) #REQUIRED
75 75
                    searchmode 
76
        (contains|starts-with|ends-with|matches-exactly) #REQUIRED>
76
(contains|starts-with|ends-with|equals|isnot-equal|greater-than|less-than|
77
greater-than-equals|less-than-equals) #REQUIRED>
77 78

  
78 79
<!-- the text value for which we are searching -->
79 80
<!ELEMENT value (#PCDATA)>

Also available in: Unified diff