Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching requests is unusably bad #6644

Closed
1 task done
JakeBooher opened this issue Oct 4, 2023 · 2 comments
Closed
1 task done

Searching requests is unusably bad #6644

JakeBooher opened this issue Oct 4, 2023 · 2 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@JakeBooher
Copy link

Expected Behavior

Searching for a specific request name (For example, "Create post") should come up with that request, and not every request that contains the word "create"

Actual Behavior

Searching "Create post" comes up with results for every request that contains the word "Create", for example:

"Create article",
"Create subscription",
"Create page"

Reproduction Steps

  1. Create a request called "Create post"
  2. Create a request called "Create article"
  3. Search "Create post"
  4. Get results for "Create post", and "Create article"

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

8.1.0

What operating system are you using?

macOS

Operating System Version

MacOS Ventura 13.5

Installation method

Downloaded from website

Last Known Working Insomnia version

No response

@JakeBooher JakeBooher added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Oct 4, 2023
@filfreire
Copy link
Member

Fixed in #6640, duplicate of #6494

Fix will be out on upcoming 8.2 version

@subnetmarco
Copy link
Member

8.2 is out, by the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

3 participants