Skip to content

Commit e5b4d10

Browse files
author
Tim
committed
Added search parameter
1 parent bed02c8 commit e5b4d10

File tree

7 files changed

+288
-277
lines changed

7 files changed

+288
-277
lines changed

lib/graph-js-sdk-core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/graph-js-sdk-web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphRequest.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export declare class GraphRequest {
2525
select(properties: string | string[]): GraphRequest;
2626
expand(properties: string | string[]): GraphRequest;
2727
orderby(properties: string | string[]): GraphRequest;
28+
search(searchStr: string): GraphRequest;
2829
filter(filterStr: string): GraphRequest;
2930
top(n: number): GraphRequest;
3031
skip(n: number): GraphRequest;

lib/src/GraphRequest.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/GraphRequest.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)