aequos-solutions / modern-data-visualizer

Documentation for the Modern Data Visualizer solution
https://aequos-solutions.github.io/modern-data-visualizer/
7 stars 7 forks source link

[BUG] "q" suddenly unavailable from the quertyParameter peoperties dropdown in aequos - SearchBox #111

Closed tedtninety closed 11 months ago

tedtninety commented 11 months ago

Version used Ex: 1.54

"q" suddenly unavailable from the quertyParameter properties dropdown in aequos - SearchBox . It had worked without issue across a number of different areas but suddenly the "q" parameter which I use extensively "disappears".

To Reproduce Steps to reproduce the behavior: Go to Page 3 of aequos Search Box Toggle dynamic data source: Connect to Source: Page Environment

"mode" is always available. But "q" comes and goes. Meaning sometimes it is not there at all and affects the search. I've noticed this happening since yesterday.

Laul0 commented 11 months ago

Hi @tedtninety,

This is not a bug. Because you can specify any URL parameter, this one must be defined in the URL in edit mode. You can see "mode" because you are editing the page and you have this parameter included.

Solution:

  1. Open you page
  2. Specify manually "q" parameter (ex: ?q=test)
  3. Edit your page
  4. Configure the Visualizer with "q" parameter

We hope this information will help you

tedtninety commented 11 months ago

Hi @Laul0 . OK let me rephrase. I have applied "q" on a number of instances. It is established. However what causes it to "disappear" and only show "mode"? "q" was there and has been working fine , but in last the couple of days, and even now, q intermittently disappears from the query string's properties dropdown.