Skip to content

Commit

Permalink
Add Search widget to docusite (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon2719 authored Jun 17, 2024
1 parent 517ee24 commit ab0bd68
Show file tree
Hide file tree
Showing 5 changed files with 3,784 additions and 4,696 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We can also perform search examples via URL as described in the [search paramete
3. All patient observations by patient name - http://hapi.fhir.org/baseR4/Observation?subject.name=xxx
4. All patient observations by patient id - http://hapi.fhir.org/baseR4/Observation?patient=Patient/id
5. All BP observations by code - http://hapi.fhir.org/baseR4/Observation?patient=Patient/id&code=http://lonic.org|15074-8
> NB. the BP code used was http://lonic.org|15074-8
> NB. the BP code used was http://lonic.org/?param=15074-8
## Step 3 - Bundles

Expand Down
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ['bash', 'diff', 'json'],
},
algolia: {
appId: 'OE0COOL9QP',
apiKey: '68b7fbf7f5c4b5ed49eb02c5d92d1577',
indexName: 'opensrp',
searchPagePath: 'search',
debug:false

},
}),
};

Expand Down
Loading

0 comments on commit ab0bd68

Please sign in to comment.