-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Copy link
Labels
Component: CoreRelates to core serviceRelates to core serviceComponent: FoxxFoxx Arango micro services.Foxx Arango micro services.Priority: HighHighest priorityHighest priorityType: BugSomething isn't workingSomething isn't working
Description
Description
A problem was encountered in the release candidate it looks like the query params are being interpreted and saved as a string instead of a JSON object this is creating problems for query execution. Part of the problem seems to have stemmed from changes in the core service that are not appropriately wrapping the params in curly braces before sending them to the database.
The second problem seems to be that the joi schema validator being used by foxx is accepting any input arguments instead of requiring that the params be interpreted as a json object.
Steps to Replicate
- Symptoms of the error can be seen by logging into the web server
- Selecting the Search icon
- Putting in some search information
- Saving the query
- Going to the file browser panel and expanding the saved queries
Additional context
Page occured:
Expected behavior
Artifacts (if appropriate):
Metadata
Metadata
Assignees
Labels
Component: CoreRelates to core serviceRelates to core serviceComponent: FoxxFoxx Arango micro services.Foxx Arango micro services.Priority: HighHighest priorityHighest priorityType: BugSomething isn't workingSomething isn't working