Imported api endpoints can't be searched by endpoint path

Currently If I import an open api schema json. While the import works good the summary are used as the identifier for the imported endpoints. Let’s say that this is fine, while I still prefer to see path and then title.
I can’t find the api using the path when I search, I can only find it by summary
For example endpoint from open api json

I can only search for this endpoint by the summary, no results are return for createContract
tbh this is a more general issue – the search bar doesn’t consider the url at all, just the “title” that was given to the request, which is super annoying when there are a lot of requests, since most of the time you memorize the urls and not the arbitrary titles that were given
esp. annoying when duplicating the requests, since it gives the newly created request a title of
{current_title} - Copy, even if the old request didn’t have the title at all (and was just displayed in the list as the url itself), making it very hard to find requests afterwards if i change stuff upyeah I noticed this on a different collection.I had thought it was an api issue. So far to fix this I’ve used the openapi-to-postmanv2 to convert my openapi collection to postman collection which seems to be better supported. OpenAPI needs some more love imho