<div dir="ltr">I think maybe an additional select input with the options "does not contain", "exact match", "starts with", "ends with", "greater than", "less than", would be more user friendly. I wouldn't know how to resolve the OR, AND, etc.. in a user friendly way.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 24, 2024 at 10:40 AM Martin Allen <<a href="mailto:martin.allen@exe-squared.co.uk">martin.allen@exe-squared.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Google already uses some fairly 'universal' (or at least very widely known ) search parameters like  - (minus sign) for excluding words, and " (double quotes) for indicating an exact phrase of multiple words, and OR as well for some basic logic... would be a good idea to copy similar syntax?<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com" target="_blank">vtigercrm-developers-bounces@lists.vtigercrm.com</a> <<a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com" target="_blank">vtigercrm-developers-bounces@lists.vtigercrm.com</a>> On Behalf Of Alan Lord<br>
Sent: Wednesday, January 24, 2024 10:42 AM<br>
To: <a href="mailto:vtigercrm-developers@lists.vtigercrm.com" target="_blank">vtigercrm-developers@lists.vtigercrm.com</a><br>
Subject: [Vtigercrm-developers] Logical operators in List View searches?<br>
<br>
I had occasion the other day, when with a customer who uses vtiger Cloud, to try and filter a List View using the search boxes above the columns where I wanted to say NOT a text string.<br>
<br>
This feature wasn't obviously available in the Cloud or in the Open Source versions and it struck me that it might actually be a good idea...<br>
<br>
Could we come up with some basic rules to allow people to enter things like (for example):<br>
<br>
!my_string (NOT my_string)<br>
<br>
 >my_number, <my_number (greater/less than my_number)<br>
<br>
Perhaps even somehow also being able to remove the implicit asterisks (% in SQL) in "my_search_value" so we can search more specifically for the start or end of a character string?<br>
<br>
<br>
Obviously we would need some way to differentiate between a logic test such as "!" being part of the actual string value, and it being a logical test for the search... Perhaps escaping these tests with some other pre-defined char, e.g.<br>
<br>
\!, or \<<br>
<br>
Thoughts, comments?<br>
<br>
Cheers & HNY<br>
<br>
Al<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>