jam icon indicating copy to clipboard operation
jam copied to clipboard

private repository server search issues

Open michalkot opened this issue 12 years ago • 1 comments

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!

michalkot avatar May 15 '13 12:05 michalkot

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.

russellwoodward avatar May 23 '13 17:05 russellwoodward