extensions
extensions copied to clipboard
[Google Maps Search] Extension
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
- open extension via keyword "map"
- enter search term
- 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.
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 issueCloses the issue.@raycastbot close as not plannedCloses the issue as not planned.@raycastbot rename this issue to "Awesome new title"Renames the issue.@raycastbot reopen this issueReopens the issue.@raycastbot assign meAssigns yourself to the issue.@raycastbot good first issueAdds the "Good first issue" label to the issue.@raycastbot keep this issue openMake sure the issue won't go stale and will be kept open by the bot.
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 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.
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 😊
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.