Changeset 4072
- Timestamp:
- Dec 19, 2007, 4:10:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/userdoc/webclient.xml
r4004 r4072 1539 1539 <informalexample>Experiment A, Experiment B, etc.</informalexample> 1540 1540 </para> 1541 1541 <para> 1542 If you want to filter on several values at the same time, separate the 1543 values in the filter input box with the <quote>|</quote> character. 1544 For example, a filter text like <informalexample>Experiment A|C%</informalexample> 1545 matches both <quote>Experiment A</quote> and values 1546 that begin with <quote>C</quote>. 1547 </para> 1542 1548 <para> 1543 1549 You can also use operators to find items which has a value that … … 1571 1577 <varlistentry> 1572 1578 <term><keycap>=</keycap></term> 1573 <listitem><simpara>Equal to (useful to find items with a null value)</simpara></listitem> 1579 <listitem> 1580 <simpara> 1581 Equal to (useful to find items with a null value). Supports 1582 filtering on more then one value. 1583 </simpara> 1584 </listitem> 1574 1585 </varlistentry> 1575 1586 <varlistentry> 1576 1587 <term><keycap><></keycap></term> 1577 1588 <term><keycap>!=</keycap></term> 1578 <listitem><simpara>Not equal to (useful to find items with a non-null value)</simpara></listitem> 1589 <listitem> 1590 <simpara> 1591 Not equal to (useful to find items with a non-null value). Supports 1592 filtering on more then one value. 1593 </simpara> 1594 </listitem> 1595 </varlistentry> 1596 <varlistentry> 1597 <term><keycap>==</keycap></term> 1598 <listitem> 1599 <simpara> 1600 Same as <keycap>=</keycap> but this will ignore <quote>|</quote> as a value separator. 1601 </simpara> 1602 </listitem> 1579 1603 </varlistentry> 1580 1604 </variablelist>
Note: See TracChangeset
for help on using the changeset viewer.