extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[Google Maps Search] Extension

Open dingemann opened this issue 1 year ago • 3 comments

Extension

https://www.raycast.com/ratoru/google-maps-search

Raycast Version

1.84.3

macOS Version

15.0.1 (24A348)

Description

Wrong search term.

Steps To Reproduce

  1. open extension via keyword "map"
  2. enter search term
  3. pressing enter

Current Behaviour

Either only part of the search term is send to google maps or the last search term I used.

Expected Behaviour

Send the search term I provided.

dingemann avatar Oct 24 '24 09:10 dingemann

Thank you for opening this issue!

🔔 @ratoru @aeither @chrismessina @klaussner you might want to have a look.

💡 Author and Contributors commands

The author and contributors of ratoru/google-maps-search can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

raycastbot avatar Oct 24 '24 09:10 raycastbot

Hi @dingemann, are you referring to the input delay in the "Search Google Maps" command? If you press enter too soon, the rest of the input text will not be included in the first list element, which is used for searching:

https://github.com/user-attachments/assets/4960f581-4e0b-4cf3-b09a-8a0336f410e2

I think we could remove throttle: true here to avoid the delay:

https://github.com/raycast/extensions/blob/675b730bb18b220ca4d676b4a68e12cf9ed1ba7e/extensions/google-maps-search/src/find.tsx#L55

klaussner avatar Oct 28 '24 16:10 klaussner

@klaussner yes, thanks for pointing out. It seem to be related to the delay. When I wait for the suggested term to show up, there is no problem. When I type and then hit enter real quick, it uses the last search term.

dingemann avatar Oct 30 '24 07:10 dingemann

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot avatar Dec 19 '24 08:12 raycastbot

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

raycastbot avatar Dec 29 '24 10:12 raycastbot