mmattozzi / cocoa-rest-client

A free, native Apple macOS app for testing HTTP/REST endpoints
http://mmattozzi.github.io/cocoa-rest-client/
Other
2.36k stars 206 forks source link

Search is not working after user changed the endpoint and Submit same call again #77

Open sweetw0r opened 9 years ago

sweetw0r commented 9 years ago
  1. Open the app
  2. Send a request
  3. Go to respect and press CMD + F
  4. Perfume some search to make sure it is working
  5. Change the endpoint and submit the call e.g. in my case and I replace one ID to another (35e6d7e5-51a1-47da-ae6e-581b69f20265)
  6. Now try to use search field that stays active but not working any more
  7. Even if user click "Done" button and press CMD + F again it will not work either

Mac OS X 10.11 screen shot 2015-10-07 at 3 35 23 pm

mmattozzi commented 9 years ago

Yeah, I'm leveraging the search built into https://github.com/faceleg/ACEView and I've noticed the same issues. I'll have to dig into that at some point.