<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Triggers Window Text Equality Modifier</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=c381621b-3a2e-4ad4-bcec-85052cf96d9c" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=c381621b-3a2e-4ad4-bcec-85052cf96d9c</link>
<description>DisplayFusion RSS: Triggers Window Text Equality Modifier</description>
<lastBuildDate>Sun, 19 Apr 2026 15:04:15 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=c381621b-3a2e-4ad4-bcec-85052cf96d9c</generator>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#9</link>
<pubDate>Thu, 20 Feb 2020 19:49:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[No worries! We've also just released a new beta, and we've added a new operator that does a whole string match. Try out ==Downloads
in the new beta]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries! We've also just released a new beta, and we've added a new operator that does a whole string match. Try out <div class="Inline"><pre>==Downloads</pre></div> in the new beta <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#8</link>
<pubDate>Wed, 19 Feb 2020 23:17:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[So this is one of those situations when the software is trying to be helpful rather than consistent....
I understand Boolean logic, but implied operators are handled inconsistently across the web (sometimes OR, sometimes AND, sometimes an error). Or here, where it is context specific.
I have a ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
So this is one of those situations when the software is trying to be helpful rather than consistent....<br/>
<br/>
I understand Boolean logic, but implied operators are handled inconsistently across the web (sometimes OR, sometimes AND, sometimes an error). Or here, where it is context specific.<br/>
<br/>
I have a statistics and coding background so my vote is always consistency. That said, I noticed that the help text specifically omits the word "Boolean," I assume to avoid scaring away non-tech users.<br/>
<br/>
Thanks for the info.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#7</link>
<pubDate>Wed, 19 Feb 2020 19:40:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, I've heard back from our devs, and hopefully this makes sense. There actually is a difference here based on the order, and it has to do with how the text query generates the boolean algebra. The "-" symbol is the same as a boolean NOT, spaces are a boolean OR, and "+" is a boolean AND.
So in...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, I've heard back from our devs, and hopefully this makes sense. There actually is a difference here based on the order, and it has to do with how the text query generates the boolean algebra. The "-" symbol is the same as a boolean NOT, spaces are a boolean OR, and "+" is a boolean AND.<br/>
<br/>
So in the first query, it is the same as entering "Downloads NOT sitename". But since this doesn't make any sense, the query automatically adds a boolean AND in there, so it turns into "Downloads AND NOT sitename". In plain language, this is "contains downloads and doesn't contain sitename." This query will only match window titles that contain the word downloads and don't contain the word sitename.<br/>
<br/>
In the second one, it's the same as entering "NOT binary OR downloads", which does make sense, so the query doesn't change. In plain language, this is "doesn't contain binary or contains downloads." This query will match window titles that contain downloads, or don't contain binary. So it would actually match a window title with "blah downloads" or "yadda yadda" (because it doesn't contain binary).<br/>
<br/>
Hopefully that makes sense as to why it is this way. I'm putting a note on my list to try and update the help text for the Query syntax to add some info about this.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#6</link>
<pubDate>Mon, 03 Feb 2020 18:28:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for the heads up on that! I'm not sure what's going on there but will pass this to our developers so they can have a look at it.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the heads up on that! I'm not sure what's going on there but will pass this to our developers so they can have a look at it.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#5</link>
<pubDate>Sat, 01 Feb 2020 15:14:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Okay, thanks.
I'm working around the problem now by putting in a negative condition for the websites that are biting me on this, but the logic of the way this works is somewhat confusing.
For example: ="Downloads" -sitename
where sitename is for example, "Binary" because this appears in the wi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Okay, thanks.<br/>
<br/>
I'm working around the problem now by putting in a negative condition for the websites that are biting me on this, but the logic of the way this works is somewhat confusing.<br/>
<br/>
For example: ="Downloads" -sitename<br/>
  where sitename is for example, "Binary" because this appears in the window title bar text<br/>
  the pop-up reports this means: <br/>
    Must Not Contain: Binary<br/>
    Must Equal: Downloads<br/>
    <br/>
But if I reverse the order so it is: -Binary ="Downloads"<br/>
  the pop-up reports this means:<br/>
    May Not Contain: Binary<br/>
    May Equal: Downloads<br/>
    <br/>
Huh? <br/>
<br/>
Why the switch from "must" to "may"? Does "May Not" mean must not? Or is "may" being used in a permissive form such that both of these conditions become essentially meaningless?<br/>
<br/>
If this is just a language issue, it is better if words/meanings are used consistently so the user doesn't get confused. (Coding is not supposed to be an exercise in creative writing <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";-)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=";-)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#4</link>
<pubDate>Fri, 31 Jan 2020 18:21:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, looks like we may be able to add an IFF operator for the next version. We'll be sure to let you know when it's been added.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, looks like we may be able to add an IFF operator for the next version. We'll be sure to let you know when it's been added.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#3</link>
<pubDate>Wed, 22 Jan 2020 05:39:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes, for both the main and downloads window it is "MozillaWindowClass".
Based on the Help text I read it as an IFF modifier rather than a stem. If stem was the intention, then maybe add a double-equal (=="Downloads") to clarify that it should be an exact if-and-only-if condition.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes, for both the main and downloads window it is "MozillaWindowClass".<br/>
<br/>
Based on the Help text I read it as an IFF modifier rather than a stem. If stem was the intention, then maybe add a double-equal (=="Downloads") to clarify that it should be an exact if-and-only-if condition.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#2</link>
<pubDate>Tue, 21 Jan 2020 18:32:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Good question! I don't think there's a way to do that with just the text query for Window Text.
Is the Window Class for the Downloads window different than the main windows?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Good question! I don't think there's a way to do that with just the text query for Window Text.<br/>
<br/>
Is the Window Class for the Downloads window different than the main windows?
</div>
]]></content:encoded>
</item>
<item>
<title>Triggers Window Text Equality Modifier</title>
<link>https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c</link>
<pubDate>Mon, 20 Jan 2020 05:18:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/triggers-window-text-equality-modifier/?ID=c381621b-3a2e-4ad4-bcec-85052cf96d9c</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have a trigger for Firefox to move the Downloads window to a specific location using Window Created, the process filename, and the Window Text: ="Downloads"
This works, but it is also triggered by any window that begins with the word "Downloads". So it's acting like a stem of sorts rather than...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have a trigger for Firefox to move the Downloads window to a specific location using Window Created, the process filename, and the Window Text: ="Downloads"<br/>
<br/>
This works, but it is also triggered by any window that begins with the word "Downloads". So it's acting like a stem of sorts rather than an if-and-only-if-it-exactly-matches modifier.<br/>
<br/>
Is this a bug or by design?<br/>
<br/>
Suggestions for accomplishing what I want? I've tried different Frequency settings but they don't seem to help because the Firefox downloads window may or may not be open when I hit an offending webpage.<br/>
<br/>
Thanks.
</div>
]]></content:encoded>
</item>
</channel>
</rss>