|
|
@ -87,7 +87,7 @@ export class SearchService extends BaseService {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public search(query: string): Observable<ISearchRequestResult> {
|
|
|
|
public search(query: string): Observable<ISearchRequestResult> {
|
|
|
|
const body = this.buildRequestBody(query);
|
|
|
|
const body = this.buildRequestBody(query);
|
|
|
|
return this.http.post<ISearchRequestResult>(environment.graphQLUrl, body, {headers: this.headers})
|
|
|
|
return this.http.post<ISearchRequestResult>(environment.graphQLUrl, body, {headers: this.headers});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|