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

[BUG] Titles dont get parsed for ~10% of all results #40

Open
n8vision opened this issue Sep 20, 2024 · 2 comments
Open

[BUG] Titles dont get parsed for ~10% of all results #40

n8vision opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working confirmed Confirmed bug

Comments

@n8vision
Copy link

What package is this bug report for?

[ e.g. google-sr ]

Describe the bug
Titles dont appear

To Reproduce
Steps to reproduce the behavior: use the package to google 'Red Bull Racing F1 car weight reduction regulations'
First result has no title or description
Screenshot 2024-09-20 at 1 04 22 PM

Expected behavior
First result should have a title and description

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Platform with version: [e.g. Nodejs v16.0.0]
  • Package version: [e.g. v.3.1.0]

Additional context
Add any other context about the problem here.

@n8vision n8vision added the bug Something isn't working label Sep 20, 2024
@typicalninja
Copy link
Owner

typicalninja commented Sep 21, 2024

I did notice this while testing. seems like i have to make the selectors a bit more specific. for now try using the
strictSelector option. it should remove any result that has empty properties

const result = search({
    query: "Red Bull Racing F1 car weight reduction regulations",
    strictSelector: true
})

@typicalninja
Copy link
Owner

Adding to above, while i know about this issue. i could not reproduce it with the query you gave. might be geolocation specific

@typicalninja typicalninja added the confirmed Confirmed bug label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants