Created
January 30, 2015 02:27
-
-
Save njames/25d94e6f490142184faa to your computer and use it in GitHub Desktop.
template for searching with custom search with odata and not a filter
This file contains 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
oList.bindItems({path: listPath, parameters: { custom: { search: searchString }}, template: oTemplate }); | |
// equivalent to passing ?search=searchString on the uri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment