INTERACT FORUM

More => Old Versions => Media Center 16 (Development Ended) => Topic started by: EpF on June 02, 2011, 08:49:35 am

Title: Display rules for Viewschemes
Post by: EpF on June 02, 2011, 08:49:35 am
I used to be able to use something like this: (([Artist Rating]=1 [Rating]=>=3) or ([Artist Rating]=2 [Rating]=>=2)) , but that was many versions of MC ago, and I'm wondering how to do it with the current version. When I try it, weird things happen, like the "or" being moved, brackets being deleted, etc.
Title: Re: Display rules for Viewschemes
Post by: MrC on June 02, 2011, 11:01:53 am
There was a bug, which was fixed in 16.0.100:

Quote
16. Fixed: Smartlists could fail to show choices that were logical when the smartlist contained OR conditions or list-type fields.

Are you running the latest 16.0.101?
Title: Re: Display rules for Viewschemes
Post by: EpF on June 02, 2011, 05:49:32 pm
Yes, using v101. It works as a search, but for "set rules for file display" I paste it in, then save. When I open it again it's been changed to:
([Artist Rating]=1 or [Rating]=>=3) [Artist Rating]=2 [Rating]=>=2

MC15, v174 has this problem too.
Title: Re: Display rules for Viewschemes
Post by: MrC on June 02, 2011, 07:21:19 pm
Sorry, I misread and didn't notice the subject was re: views.  Perhaps the devs will comment.
Title: Re: Display rules for Viewschemes
Post by: EpF on June 06, 2011, 07:58:26 pm
Any info on this?
Title: Re: Display rules for Viewschemes
Post by: Matt on June 06, 2011, 08:06:23 pm
I can reproduce the issue.

Hopefully we'll be able to fix it in a coming build.
Title: Re: Display rules for Viewschemes
Post by: EpF on June 06, 2011, 08:15:01 pm
Thanks Matt!
Title: Re: Display rules for Viewschemes
Post by: Matt on June 07, 2011, 10:47:09 am
Coming in build 106 (and later):
Fixed: Smartlists with both OR conditions and implied AND conditions would not work nicely with the smartlist editor. Example: ((a b) or (c d))
Title: Re: Display rules for Viewschemes
Post by: EpF on June 07, 2011, 05:45:34 pm
Huzzah!
Title: Re: Display rules for Viewschemes
Post by: EpF on June 19, 2011, 04:02:10 pm
Works as expected now, thanks! Any chance of fixing this in MC15?