Stars arround the value in the search param

Describe Your Question

  • When the REST call is performed to the QIDO endpoint, I can see stars around the value:
  • Which OHIF version you are using? 3.6.0

What steps can we follow to reproduce the bug?

  1. Open the viewer and observe the QIDO call /studies
  2. See the parameter 00100020 (patient ID), it is in the middle or two stars
GET
https://lu-dev2/microscopy/api/qido/studies?00100020=*P_04*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060

Is there a configuration to avoid this behavior ?

Hello @nicoesiea and welcome to the community.

You could set supportsWildcard:false for the data source in your configuration file.

1 Like

Great, it works exactly as I need


Thank you @jbocce