Nebo15 / gandalf.api

Open-Source Decision Engine and Scoring Table for Big-Data.
https://gndf.io/
GNU General Public License v3.0
99 stars 47 forks source link

Multiple matches in Decision Table #110

Closed PaulSt closed 6 years ago

PaulSt commented 7 years ago

Hi Andrew,

is it possible to search the Decision Table for all matches, instead of only the first match?

Best wishes, Paul

AndrewDryga commented 7 years ago

Hello,

It depends on what do you actually need:

  1. If you want to see all rules in decisions you can enable "Returns Decision Flow" in project settings, then in decision responses you will see execution status for each of table rules.

  2. If you want to build scoring table (get sum of numeric decisions), there are "scoring" table types, try them.

Hope this helps?

PaulSt commented 6 years ago

Thanks Andrew, sorry that I forgot to reply! This cleared things up for me!