Skip to content
#

elixir-lang

Here are 1,183 public repositories matching this topic...

teslamate
dalenavi
dalenavi commented May 3, 2018

Given an elasticsearch target, namespaced into a sub-path by nginx,
when I pass the full host+path into Elastix.Search.search (and other functions also)
then the path component of the elasticsearch url is stripped away.

I believe this code is problematic, in search.ex

def make_path(index, types, query_params, api_type \\ "_search") do
    path_root = "/#{index}"

When the inde

Improve this page

Add a description, image, and links to the elixir-lang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elixir-lang topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.