[OJS] searching in "My Queue" dashboard tab doesn't work for author names

Describe the issue or problem
For our OJS 3.4.0-5 journal, editors have reported that searching submissions on the “My Queue” tab in the editor’s dashboard doesn’t work fully. Searches for title words do work, but searching on author name produces no results.

OTOH, searching for author names does work on all other dashboard tabs.

Steps I took leading up to the issue

  1. Go to ‘dashboard’ → ‘My Queue’
  2. Enter a submission author name in the ‘Search’ input field, and click the search icon or wait for autocomplete results
  3. See how no results are being returned

What application are you using?
OJS 3.4.0-5

Additional information
Searching on the “My Queue” tab produces following URL and no search results: https://my.journal/index.php/journal/api/v1/_submissions?status=1&assignedTo[]=122&searchPhrase=kurz&count=30&offset=0&_=1711448615405

Searching for the same author on the “Active” tab produces following URL and search results: https://my.journal/index.php/journal/api/v1/_submissions?status=1&searchPhrase=kurz&count=30&offset=0&_=1711448615404

For some reaon, the assignedTo[]=122 URL parameter prevents searches on author names to succeed, even though it does work when searching for title keywords.

Best,

Ron

@rvdb We are having the same issue with OJS 3.4.0.8. Even if I can see the author name on the Submissions > My Queue list, searches for authors on that tab return a “No submissions found” response. Searches for title keywords do return results.

Both searches work on the Submissions > Active tab.

It would be wonderful if this bug could be fixed in OJS 3.5.