KIZI / sewebar-cms

Automatically exported from code.google.com/p/sewebar-cms
1 stars 0 forks source link

I:ZI Miner shows default IMs #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<SupportedIMCombination default=“true“>
    <InterestMeasure>FUI</InterestMeasure>
    <InterestMeasure>SUPP</InterestMeasure>
</SupportedIMCombination>

Update existing feature lists to contain this combination.

Original issue reported on code.google.com by ra...@skrabal.me on 26 Oct 2012 at 7:25

GoogleCodeExporter commented 9 years ago
Implemented as:
<InterestMeasures threshold="required">
   <Types>
      <Type>
    <Name>FUI</Name>
        <Default>true</Default>
        ...
      </Type>
      ...
   </Types>
</InterestMeasures>

The suggested change had some issues:
- When there is none combinations defined (all is allowed), then the default IM 
combination couldn't be defined

The Schema definition need to be updated!

Original comment by ra...@skrabal.me on 10 Nov 2012 at 7:11

GoogleCodeExporter commented 9 years ago

Original comment by kli...@gmail.com on 28 Nov 2012 at 5:53