Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Type mismatch #9

Open
sichvoge opened this issue Aug 4, 2016 · 0 comments
Open

Type mismatch #9

sichvoge opened this issue Aug 4, 2016 · 0 comments
Labels

Comments

@sichvoge
Copy link
Contributor

sichvoge commented Aug 4, 2016

There is a type mismatch in three of the source code bits between what is shown in the description field and what is shown in the example. Here is the first of the two bits:

image

and you'll note that description for the so-called generic query is showing an JSON array of objects (each representing a self-contained search parameter) to pass to the GET (to support the idea of a faceted search). However, the example shows an array of strings. I believe that instead of showing:

["songTitle", "Get L", "like"]

it should show:

[{"songTitle", "Get L", "like"}]

Also happens here

image

@sichvoge sichvoge added the bug label Aug 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant