Where is the official documentation for the <> operator?

Hi everyone,

I’ve been searching high and low for official documentation about the <> operator in Bubble.io. I understand from various forum threads (like [[this one](https://Hi everyone, I’ve been searching high and low for official documentation about the <> operator in Bubble.io. I understand from various forum threads (like this one and this one) that the <> operator is equivalent to != or “is not.” However, I couldn’t find any reference to this in Bubble’s official documentation. For example, the Operations and Comparisons section of the manual has no mention of the <> operator. This leaves me wondering: Is the <> operator officially supported and documented anywhere? Where are the helpful forum contributors finding their information about this operator? If anyone can point me to the official documentation or explain why this isn’t mentioned in the manual, I’d really appreciate it.)] and [this one]) that the <> operator is equivalent to != or “is not.” However, I couldn’t find any reference to this in Bubble’s official documentation.

For example, the [Operations and Comparisons] section of the manual has no mention of the <> operator. This leaves me wondering:

Where are the helpful forum contributors finding their information about this operator?

If anyone can point me to the official documentation or explain why this isn’t mentioned in the manual, I’d really appreciate it.

Yes. I’ve used it for years without issues on critical features without fault.

Where are the helpful forum contributors finding their information about this operator?

No idea, but it works!

1 Like

Can confirm there is nothing in the docs for <>.

@fede.bubble – maybe you can pass this message to the right person responsible for the manual?

Didn’t you post this exact same question yesterday under a different account?

Or was that someone else, and you’re just copying their question?

In any case <> is a historic programming convention meaning ‘not equal to’ - although it’s largely outdated and has been replaced with != which is now the more commonly used symbol.

But, for whatever reason, Bubble uses <>

If you already know what it means, then what does it matter if it’s not in the Manual?

Well, given that it’s the standard operator used in the editor, then you can safely assume it’s officially supported - although, admittedly, the seemingly arbitrary different usage of <> and is not to mean the same thing is an interesting UX/design choice by Bubble. (there are a number of other similar inconsistencies in the Bubble editor’s language which no doubt confuse new users).

2 Likes

Any thing that you need to select is officially supported. You cannot manually enter <>. This is an available operator like =, >, is in…

2 Likes

Quick update to this, that the <> operator has been added to the manual. Thanks for bringing it up.

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.