Changeset 6708


Ignore:
Timestamp:
Feb 2, 2015, 3:39:26 PM (9 years ago)
Author:
Nicklas Nordborg
Message:

References #1912: Add more filter rows in list pages

Adding a short note about this feature in the documentation.

Location:
trunk/doc/src/docbook
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/user/webclient.xml

    r6576 r6708  
    17081708          <listitem>
    17091709            <para>
    1710             The filter bar allows you to search for items.
     1710            The filter bar allows you to search for items. Use the <guiicon>
     1711                  <inlinemediaobject>
     1712                    <imageobject>
     1713                      <imagedata fileref="figures/add.png" format="PNG" />
     1714                    </imageobject>
     1715                  </inlinemediaobject>
     1716                </guiicon> icon to add more filter rows.
    17111717            </para>
    17121718          </listitem>
     
    18391845        </variablelist>
    18401846       
     1847        <sect3 id="webclient.itemlist.filter.extending">
     1848          <title>Extending the search with multiple filter rows</title>
     1849          <para>
     1850          Most list pages allows you to add more than one filter row by clicking on the
     1851            <guiicon>
     1852              <inlinemediaobject>
     1853                <imageobject>
     1854                  <imagedata fileref="figures/add.png" format="PNG" />
     1855                </imageobject>
     1856              </inlinemediaobject>
     1857            </guiicon> icon at the start of the row. Each filter row is an independent filter set
     1858            that extends the search result with more items (eg. it is logically equivalent to an OR
     1859            condition).
     1860          </para>
     1861         
     1862          <para>
     1863            Use the
     1864            <guiicon>
     1865              <inlinemediaobject>
     1866                <imageobject>
     1867                  <imagedata fileref="figures/remove.png" format="PNG" />
     1868                </imageobject>
     1869              </inlinemediaobject>
     1870            </guiicon> icon to remove an existing filter row.
     1871          </para>
     1872        </sect3>
     1873       
    18411874        <sect3 id="webclient.itemlist.filter.units">
    18421875          <title>Units</title>
Note: See TracChangeset for help on using the changeset viewer.