You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching on a page with the results of a requirements query should return new search results. For example: search for a charm from https://jujucharms.com/q/?requires=pgsql - the resulting page should ignore pgsql (or better still, union the search term and pgsql to find related dependencies).
Search on the resulting page (try any term, e.g. a charm that exists or doesn't), and the list of results will return the same pgsql dependent charms, not the charm being searched for
The text was updated successfully, but these errors were encountered:
Expected behaviour:
Searching on a page with the results of a requirements query should return new search results. For example: search for a charm from https://jujucharms.com/q/?requires=pgsql - the resulting page should ignore pgsql (or better still, union the search term and pgsql to find related dependencies).
Actual behaviour:
Search does not work, instead it just returns the same set of requires results. https://jujucharms.com/q/uwsgi?requires=pgsql only shows the same 315 results as https://jujucharms.com/q/?requires=pgsql
Steps to reproduce:
The text was updated successfully, but these errors were encountered: