Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.

Conversation

@michalkot
Copy link

The problem: we are using a private repository with couchdb-lucene. The search on our couchDB works fine if we call
http://host:5984/_fti/local/repository/_design/jam-packages/packages?q=hello
Jam search appends a slash at the end generating the following url:
http://host:5984/_fti/local/repository/_design/jam-packages/packages/?q=hello
Which does not work (we get 400: Bad Request).

We managed to solve that issue by not appending a slash if path is empty (see diff).

Jam 2.6
CouchDB 1.3.0
Couchdb-lucene-0.10.0

Thanks!

@russellwoodward
Copy link

I have just come across the exact same problem.

Removing the end slash fixes the issue.
Seems like this would be required to fix the search functionality.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants