Closed jroulet closed 3 months ago
Javier, I checked last meeting minutes and it's correct, it says "change search_statistics
to parameters
" but it doesn't make much sense to me. parameters
is a key under search
right now, so I'm confused.
I'm thinking this was probably a mistake? I think it should've been something like "change search_statistics
to search_parameters
" or maybe search
. In any case schema.json
still has search
as the key.
I think that issue was because in schema.py
I hadn't followed the example schema.json
exactly--- I thought that parameters
was too generic so renamed it search_statistics
in the code. But if it causes difficulties downstream I'm happy to change it back, which this PR does.
oh, got you. I understand now.
Fixes #32.