Open jrtcppv opened 10 months ago
Nice regression.
It looks like it is trying to search for $width against the state_qs
which implies it is looking for State:$width
which is invalid. Not clear why its making that jump, but probably a mundane detail of the related_search
looking for any associated metadata (State or Localization).
Unfortunately; explicitly adding a type in the UI didn't appear to resolve it, which would have been convenient.
Additionally, position filters broke ($x, $y), etc.
These filters appear to be working again.
In project detail view, filtering by localization width > 0.3 results in the following backend response:
Wondering if we are not using related search when we should be?