Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
414d377e9a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -128,6 +128,7 @@ Search is implemented with the "filter" parameter. You need to specify the colum
128 128
   - sw: start with (string starts with value)
129 129
   - ew: end with (string end with value)
130 130
   - eq: equal (string or number matches exactly)
131
+  - ne: not equal (string or number doen not match)
131 132
   - lt: lower than (number is lower than value)
132 133
   - le: lower or equal (number is lower than or equal to value)
133 134
   - ge: greater or equal (number is higher than or equal to value)

Loading…
Cancel
Save