Erim Icel
Erim Icel
## Problem Having forced content security policy blocks to use multiple server urls to be called from swagger UI Example multiple server dropdowns in OpenAPI 3.0 https://swagger.io/docs/specification/api-host-and-base-path/ Current CSP: ```...
### Motivation / Background This is my first PR to rails, I couldn't locate any similar or identical issues documented or discussed. The backtrace of errors starts exhibiting the following...
## Change Summary Related: https://github.com/typesense/typesense-ruby/issues/42 This PR covers the groundwork for introducing integration/request tests with an actual Docker container; - Adds Ruby 3.4 to CI Matrix - Updates dev gems...
Currently, tests rely on mocked Typesense responses, which may not be reliable if the actual Typesense version has issues. To improve test reliability, we could: - Introduce a Docker container...
Hi, Is there any way to get `geo_distance_meters` in the search results when only using `filter_by: location`? Right now, it seems that Typesense only returns geo_distance_meters when the location field...