sorry I read too fast

Stefano Gambini ha scritto:

> is there a way to implement a multiple search based on different attributes 
> of a single layer? in search.xml i write:
>
>     <searchitem name="geologia" description="Geologia">
>         <layer type="shape" name="geologia">
>             <field type="s" name="FORMAZIONE" description="Formazione"  
> wildcard="0" />
>         </layer>
>         <layer type="shape" name="geologia">
>
>             <field type="s" name="ETA" description="Eta"  wildcard="0" />
>
>         </layer>
>     </searchitem>
>   
this is the right way:

<searchitem name="geologia" description="Geologia">
        <layer type="shape" name="geologia">
            <field type="s" name="FORMAZIONE" description="Formazione"  
wildcard="2" />            
            <field type="s" name="ETA" description="Eta"  wildcard="2" />
        </layer>
</searchitem>


W



-- 
Please no  .doc, .xls, .ppt, .dwg:
https://www.faunalia.it/dokuwiki/doku.php?id=public:OpenFormats

Walter Lorenzetti
email+jabber: [EMAIL PROTECTED]
www.faunalia.it
Cell: (+39) 347-6597931  Tel+Fax: (+39) 0587-213742
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to