From 5f2d451c5e9e7d5e3da67e18970569cd9f91c9a3 Mon Sep 17 00:00:00 2001 From: ppaawweeuu <61344631+ppaawweeuu@users.noreply.github.com> Date: Sun, 5 May 2024 15:40:32 +0200 Subject: [PATCH] Update selector_syntax.rst (#4618) info about 'Must contain..' and 'Must not contain..' comparisons added --- .../docs/ifcopenshell-python/selector_syntax.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/selector_syntax.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/selector_syntax.rst index 3ae94c26a8..a21594ace5 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/selector_syntax.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/selector_syntax.rst @@ -116,6 +116,8 @@ the following comparison checks: "``>=``", "Must be greater than or equal to the value." "``<``", "Must be less than the value." "``<=``", "Must be less than or equal to the value." + "``*=``", "Must contain the value." + "``!*=``", "Must not contain the value." When you specify a ``{{pset}}``, ``{{prop}}``, or ``{{value}}``, there are three ways you can do so: