Implementing Geo Search for Multi-Office Companies
TLDR Andrew proposed a geo search feature for companies with multiple offices. Kishore Nallan agreed to implement it and later reported its completion. Andrew thanked and planned to test it.
Jul 29, 2021 (28 months ago)
Andrew
03:07 PM1. support of geopoint[], and
2. the geo search filters by any geopoint in the array, and
3. and then sorts with reference to the geopoint in the array which is closest to the requested geopoint
What do you think? shall I create an issue for this in Github and see if other people request this?
Kishore Nallan
03:09 PMgeopoint[]
in future.Andrew
03:12 PMAndrew
03:17 PMAndrew
03:18 PMKishore Nallan
03:54 PMJul 30, 2021 (28 months ago)
Andrew
01:59 PMAug 05, 2021 (28 months ago)
Kishore Nallan
07:08 AMAug 06, 2021 (28 months ago)
Andrew
03:24 PMSep 21, 2021 (26 months ago)
Andrew
03:56 PMSep 22, 2021 (26 months ago)
Kishore Nallan
07:49 AMSep 28, 2021 (26 months ago)
Andrew
01:59 PMgeopoint[]
support landed on typesense/typesense:0.22.0.rcs10
Andrew
01:59 PMWe will try it out this week
Kishore Nallan
01:59 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Using TypeSense for Geolocation Tagged Job Search
Nicholas needed help to enable geo-location based job search on a board. James suggested using filter_by from TypeSense, while Jason elaborated on 'OR' and 'AND' operations in TypeSense.
Using Multiple Geo Fields with Typesense-Instantsearch-Adapter
Jainil inquired about using multiple geo fields with typesense-instantsearch-adapter. Jason explained that Instantsearch does not support multiple geo fields, suggesting they build their own UI.
Geo Shape Indexing in TypeSense: Proposed Features and Integration
Timon requested for geo shape indexing on TypeSense, a feature found in Elasticsearch. Kishore Nallan acknowledged that the feature could be implemented with user assistance for API design and testing.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.
Optimizing Bulk Indexing and Reducing RAM Usage in Typesense
Timon experienced issues with Typesense becoming unresponsive during bulk indexing and sought advice. Jason recommended larger import requests and adjusting the client-side timeout allowance, revealing a need to increase RAM allocation for Docker. Kishore Nallan undertook to find ways to optimize memory usage, particularly for geopoint indexing.