I would like to have advanced search to have a filter based on User Location, or Location of an event or a location wherever applicable. How can I configure this?
I would like to have advanced search to have a filter based on User Location, or Location of an event or a location wherever applicable. How can I configure this?
You could do the following to accomplish this and plan on working directly with Solr.
I would recommend taking the shortest route first to start getting results and seeing results. The shortest path would be doing #3 with fake/per-determined data and #4.
Note: You will also have to decide when and how you want to apply the geo search aspects. For example, you may want to boost (influence scoring but return all results) the results in some case and in other cases you may want to filter (exclude anything outside the results). I dont know the use case enough to recommend one way over the other.
You could do the following to accomplish this and plan on working directly with Solr.
I would recommend taking the shortest route first to start getting results and seeing results. The shortest path would be doing #3 with fake/per-determined data and #4.
Note: You will also have to decide when and how you want to apply the geo search aspects. For example, you may want to boost (influence scoring but return all results) the results in some case and in other cases you may want to filter (exclude anything outside the results). I dont know the use case enough to recommend one way over the other.