diff --git a/lib/osf-components/addon/components/search-help-modal/component.ts b/lib/osf-components/addon/components/search-help-modal/component.ts index c6b4ce0aa37..8bf7ab22c8c 100644 --- a/lib/osf-components/addon/components/search-help-modal/component.ts +++ b/lib/osf-components/addon/components/search-help-modal/component.ts @@ -21,21 +21,6 @@ interface InputArgs { export default class SearchHelpModal extends Component { @service router!: RouterService; - examples: Array<{ q: string, text: string }> = [ - { - q: 'repro*', - text: 'repro*', - }, - { - q: 'brian+AND+title%3Amany', - text: 'brian AND title:many', - }, - { - q: 'tags%3A%28psychology%29', - text: 'tags:(psychology)', - }, - ]; - get currentPath(): string { return getOwner(this).lookup('controller:application').currentPath; } diff --git a/lib/osf-components/addon/components/search-help-modal/template.hbs b/lib/osf-components/addon/components/search-help-modal/template.hbs index 79ff2f6e039..5636a303b3c 100644 --- a/lib/osf-components/addon/components/search-help-modal/template.hbs +++ b/lib/osf-components/addon/components/search-help-modal/template.hbs @@ -10,23 +10,11 @@ -

- {{t 'app_components.search_help_modal.queries'}} -

- {{t 'app_components.search_help_modal.searchSyntax' htmlSafe=true}} - {{t 'app_components.search_help_modal.helpDescription'}} + {{t 'app_components.search_help_modal.description' htmlSafe=true}}

-