Skip to content

Commit

Permalink
Add more possible spellings in query
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-velsl committed May 30, 2024
1 parent 70a2c0b commit 7015d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/csw-table/csw-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { HttpErrorResponse } from '@angular/common/http';
export function nameOf<T>(name: Extract<keyof T, string>): string {
return name;
}
const DEFAULT_CQL_QUERY = "type='dataset' AND (Subject='basisset novex' OR Subject='Basisset novex' OR Subject='basisset NOVEX' OR Subject='Basisset NOVEX')";
const DEFAULT_CQL_QUERY = "type='dataset' AND (Subject='basisset novex' OR Subject='basisset Novex' OR Subject='Basisset novex' OR Subject='Basisset Novex' OR Subject='basisset NOVEX' OR Subject='Basisset NOVEX')";

@Component({
selector: 'app-csw-table',
Expand Down

0 comments on commit 7015d88

Please sign in to comment.