Current Features:
- Autocomplete using solr terms component, parameter terms.prefix.
- bounding box for geo location searches.
Things Tried:
- I have tried to combine both queries into one. However I never get the results to filter by geo location. Rather I get everything from the terms.prefix search.
- I have also tried using dismax, edismax + bbox geo location search. I know that dismax wouldn't work because it doesn't have a prefix parameter.
- I looked day and night on Google try to figure this out.
- I would hate to stem on my field name "names", so that every letter gets considered a keyword.
Any help is really appreciated.