We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25d022 commit 4dd1523Copy full SHA for 4dd1523
quick-start/src/main/ui/app/search/search.service.ts
@@ -31,7 +31,7 @@ export class SearchService {
31
}
32
33
getDoc(database: string, docUri: string) {
34
- return this.get(`/api/search/doc?database=${database}&docUri=${docUri}`);
+ return this.get(`/api/search/doc?database=${database}&docUri=${encodeURIComponent(docUri)}`);
35
36
37
private extractData = (res: Response) => {
0 commit comments