Created
November 13, 2015 08:34
-
-
Save henningjensen/1173c7cd9f48ba7e4f1b to your computer and use it in GitHub Desktop.
Geonorge - CSW search filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var searchFilter = new object[] { | |
new PropertyIsLikeType { | |
PropertyName = new PropertyNameType { Text = new[] { "Type" } }, | |
Literal = new LiteralType { Text = new[] { "service" } } | |
} | |
}; | |
var searchFilterNames = new[] { ItemsChoiceType23.PropertyIsLike }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment