netwerk-digitaal-erfgoed / LDWizard-ErfgoedWizard

LDWizard Application for converting Cultural Heritage data into Linked Data
https://ldwizard.netwerkdigitaalerfgoed.nl
2 stars 0 forks source link

Fix: NoT matching #44

Closed EnnoMeijers closed 2 years ago

EnnoMeijers commented 2 years ago

Trap errormsg from NoT and improve matching.

sdevalk commented 2 years ago

@EnnoMeijers Perhaps we could also add the new queryMode input parameter to the GraphQL query, in order to trigger the new query pre-processor? Snippet:

query Terms($sources: [ID]! $query: String!) {
    terms(
      sources: $sources
      query: $query
      queryMode: OPTIMIZED # <-- this
    ) {
EnnoMeijers commented 2 years ago

Great suggestions Sjors, I will update the PR!