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
The advancedSearch function in common-utils.js doesn't work as I expect.
If I want to search this description Multiple status values can be provided with comma separated strings of this operation Finds Pets by status it doesn't work.
I suppose that is caused by this code of advancedSearch function:
As you can see if path.summary is not null the path.description is ignored.
Could you add a button that enables searching only in path.description (ignoring path.summray) or could you change this behaviour to take both of them in the search?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
The
advancedSearch
function incommon-utils.js
doesn't work as I expect.If I want to search this description
Multiple status values can be provided with comma separated strings
of this operation Finds Pets by status it doesn't work.I suppose that is caused by this code of
advancedSearch
function:As you can see if
path.summary
is not null thepath.description
is ignored.Could you add a button that enables searching only in
path.description
(ignoringpath.summray
) or could you change this behaviour to take both of them in the search?Thank you in advance.
The text was updated successfully, but these errors were encountered: