Jan Petr
Jan Petr
Hello there! I have rather question than an issue. I have code similar to this one: ```go func (a *Smt) Bar() (string, error) { f, err := a.foo(id) if err...
I had a `min_indexed_lvl` parameter in a config, but the parameter is actually called `min_indexed_level`. But DocSearch scraper crawled the site as usual and I had no idea there is...
Currently there is no way how to add disjunctive numeric refinements so it need to be bypassed by something like: ``` helper.setQueryParameter('filters', 'price = -1 OR expires >= 50'); ```...