Hi thanks for the advice but I'm just not understanding this still. I took
your suggestion and did the following -

 //loop through each address item
    while (count >= 0)
    {
        if (property && value) 
        {
            //create logical OR filter from each Orig_AddrKey field
            filter = new OpenLayers.Filter.Logical.OR({
            type: type,
            property: property
            value: value[count]
            });
        }
        count -=1;
     }//end while loop
     
I'm just confused on how I would add this filter to an array or to another
filter object that will hold each one of these when created.. thanks for
advice.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Filter-multiple-values-so-I-can-show-all-tp5809151p5809712.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to