Add function:!value to search-syntax help

Have a suggestion for "Everything"? Please post it here.
Post Reply
Fraka
Posts: 27
Joined: Thu Jan 12, 2017 5:07 pm

Add function:!value to search-syntax help

Post by Fraka »

Hi!
So far, the search syntax help contains a lot of operators:

Code: Select all

Function Syntax:
	function:value	  Equal to value.
	function:<=value	Less than or equal to value.
	function:<value	 Less than value.
	function:=value	 Equal to value.
	function:>value	 Greater than value.
	function:>=value	Greater than or equal to value.
	function:start..end	Is in the range of values from start to end.
	function:start-end	Is in the range of values from start to end.
But one of the most important ones is missing (in my opinion):

Code: Select all

function:!value	Unequal to value.
It's not only missing in my translation, I checked it (as you can see the copy of the english version above).

Have fun finding stuff fast :-)
Fraka
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Add function:!value to search-syntax help

Post by therube »

Will
!function:value
do what you need instead of
function:!value
?
Fraka
Posts: 27
Joined: Thu Jan 12, 2017 5:07 pm

Re: Add function:!value to search-syntax help

Post by Fraka »

yup, it does the same.
Apparently !function:value works with all functions, while function:!value works not in all cases (but works well with strings as value).

So !function:value is more robust and this thread can be closed :roll:

Sorry :oops:
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Add function:!value to search-syntax help

Post by void »

function:!value would be useful too! added to my TODO list.
Post Reply