Skip to content

Instantly share code, notes, and snippets.

@njames
Created January 30, 2015 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njames/25d94e6f490142184faa to your computer and use it in GitHub Desktop.
Save njames/25d94e6f490142184faa to your computer and use it in GitHub Desktop.
template for searching with custom search with odata and not a filter
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