slamby / slamby-insight

Cross-platform (electron based) integrated data management tool, dedicated for data-scientists and managers. Quick real-time data access, data-analysis and data-processing.
https://www.slamby.com/insight
Apache License 2.0
1 stars 0 forks source link

PRC Service Recommend filter field does not work properly. #6

Closed petermezei closed 7 years ago

petermezei commented 7 years ago

When we have a PRC service activated and we click the recommend button, then in the pop-up window Filter input does not work.

image

Based on the API documentationt, we can use a filter object, like:

{ "Query":"fieldName:fieldValue" }

or

"Filter" : { "TagIdList" : ["1"], "Query" : "title:michelin" },

So it would be nice to modify the input form from text to textarea, and be able to process the filter object:

{ "TagIdList" : ["1"], "Query" : "title:michelin" }

@attilalaszlo could you check and validate the recommended input and input type?

@sbeci could you check it please once atis validated it?

attilalaszlo commented 7 years ago

Ok, I modified the filter object on the form

image

will be available in version 1.0.2

petermezei commented 7 years ago

Nice! Thanks!

attilalaszlo commented 7 years ago

np, version 1.0.2 is on its way