Skip to content

Commit

Permalink
Merge pull request #4 from PDOK/meer_schrijfwijzes_query
Browse files Browse the repository at this point in the history
Add more possible spellings in query
  • Loading branch information
lvdbrink authored Jun 10, 2024
2 parents 70a2c0b + 7015d88 commit fffae7c
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 fffae7c

Please sign in to comment.