Thanks you Armin, it works great !

I have updated Docs at the end of "trac/wiki/DocManualsearch" with this:

-----------------------------------------------

For search multi-items in one database column:
- In file "search.php" => function: "getSearchParameters()" change $operator
from "AND" to "OR"
- Use "alias" for the search column, ex:

{{{
    <searchitem name="Item" description="Items">
        <layer type="shape" name="Layer">
            <field type="s" name="DB_Column" description="Item_1"
wildcard="0" />
            <field type="s" name="DB_Column" alias="DB_Column_2"
description="Item_2" wildcard="0" />
            <field type="s" name="DB_Column" alias="DB_Column_3"
description="Item_3" wildcard="0" />
              ...

        </layer>
    </searchitem>
}}}

-----------------------------------------------
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to