Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-5636

Make it possible to sort webservice results

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Web service
    • None

      The webservice returns results in a seemingly random order. This means if you want to do something like display release groups by an artist ordered by date, you have to fetch all the release groups from the server first anyway so that you can sort them yourself. It would be more efficient if we could simply tell it to order by date (or name, or whatever) and stop fetching once we have enough results.

          [MBS-5636] Make it possible to sort webservice results

          jesus2099 added a comment -

          Same problem in API.

          jesus2099 added a comment - Same problem in API.

          Volker Zell added a comment -

          This really bugs me all the time .. For me the GUI is almost useless .. I always use the API directly to fetch everything and sort locally

          Volker Zell added a comment - This really bugs me all the time .. For me the GUI is almost useless .. I always use the API directly to fetch everything and sort locally

          jesus2099 added a comment -

          And today it's worse as even the pagination resets the order on each request (MBS-12154).
          So we cannot collect search query results when they are more than 100.

          jesus2099 added a comment - And today it's worse as even the pagination resets the order on each request ( MBS-12154 ). So we cannot collect search query results when they are more than 100.

          jesus2099 added a comment -

          +12 : no sort makes pagination quite irrelevant (because we need to fetch everything first anyway).

          jesus2099 added a comment - +12  : no sort makes pagination quite irrelevant (because we need to fetch everything first anyway).

            Unassigned Unassigned
            nikki nikki
            Votes:
            8 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:

                Version Package