Skip to content

GeoExt2 FormPanel Wfs Filtering "OR" issue #320

@haktanaydin

Description

@haktanaydin

I'm using GeoExt2 FormPanel to make wfs request by filter. My structure like this.
var formPanel = Ext.create('Ext.form.Panel', {
renderTo: "formpanel",
items: [{
xtype: "textfield",
name: "name__like",
value: "mont"
}, {
xtype: "textfield",
name: "elevation__ge",
value: "2000"
}]
});
When I create a filter, Wfs filter was generated like this "cond1 AND cond2 AND .." in wfs. I want to use AND and OR definition both of them. What should I do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions