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

[Google Search API] Scrape "no great results" banner #2349

Open
marm123 opened this issue Jan 24, 2025 · 1 comment
Open

[Google Search API] Scrape "no great results" banner #2349

marm123 opened this issue Jan 24, 2025 · 1 comment
Assignees
Labels
status: queued Ready to work on type: feature Something new to build

Comments

@marm123
Copy link

marm123 commented Jan 24, 2025

One of our customers requested that we scrape the "It looks like there aren't many great matches for your search" banner.

Image

Internal links: Front | Search Inspect

@marm123 marm123 added status: queued Ready to work on type: feature Something new to build labels Jan 24, 2025
@btaunt btaunt self-assigned this Jan 29, 2025
@btaunt
Copy link

btaunt commented Jan 29, 2025

Maybe you would have better insight on the desired outcome (nothing clear from Front), but which concept would be the most valuable?

"query_feedback":
    {
      "title": "It looks like there aren't many great matches for your search",
      "description": "Try using words that might appear on the page you’re looking for. For example, \"cake recipes\" instead of \"how to make a cake.\""
    }

or something more barebones like:

"query_feedback" : "It looks like there aren't many great matches for your search",

(Being placed under existing :search_information, naming doesn't need to be query_feedback either)

cc. @marm123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on type: feature Something new to build
Projects
None yet
Development

No branches or pull requests

2 participants