Make user location listitem trigger a search
See original GitHub issueWhat Currently Happens?
Currently, when you click on the Location
field in a user profile, a Google Map is opened with a pin to that location.
What Would You Like To Happen?
I don’t think the current behavior is really interesting. Would we consider instead triggering a search for other users in that location?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to programmatically input a search string and trigger ...
If a user comes from another page with a search query, I want to programmatically input this query into the input and trigger...
Read more >Get items from different list and filter query
My flow trigger when created item in "Test". I want to Get Items from "location Based Engineer" and filter query if "Present Location"...
Read more >Class ListItem | Apps Script - Google Developers
Creates a new choice with a page-navigation option that jumps to a given page-break item. This is equivalent to createChoice(value, ...
Read more >Travel triggers in Shortcuts on iPhone or iPad - Apple Support
Location : Tap Choose, then select a location from the list, or use the search field to find a location to trigger your...
Read more >Add actions to widgets—ArcGIS Experience Builder
To do this, set Extent changes in the Map widget as a trigger and Filter data records in the data view used by...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great! My sense of the solution in mind was that clicking the location would navigate to the search screen where there would be an auto populated query with the location as listed under profile info for the user page. That’s what I gathered from the previous conversation with @andrewda’s suggestion. Here’s a screenshot of how it might look, what do you think?
Hey, that’s a really good idea! For anyone who wants to take this on: location searches can be performed with the following query:
location:"San Francisco, CA"
(try it out).