* Avoids the current OKD 4 docs and URL discrepancy where the version
is set to 4, but the URL contains the "latest" string instead that
filters all results with the URL string "/4/" that is never present.
* If future "latest" versions would be represented by other version
values, this needs to be adjusted accordingly.
* Closes #28979
Signed-off-by: Jiri Fiala <jfiala@redhat.com>
* Adds ARO specific search support.
* Fixes incorrect message when no search results are returned.
* Fixes search filtering for mixed case version strings used as filters
(e.g. OKD 'Latest' previously excluding results with lower-case
`latest` in the URL, thus returning no results)
Signed-off-by: Jiri Fiala <jfiala@redhat.com>
* Passes OSO version [starter|pro] to the URL filter to get relevant
(v3/v4) results
* Updates the search endpoint
Signed-off-by: Jiri Fiala <jfiala@redhat.com>
* avoids search iframe for sensible rendering on iOS devices
* modifies the main search page in similar manner
Signed-off-by: Jiri Fiala <jfiala@redhat.com>