Queries: "Like" does not work.
when you create a query, if you select title "Like" "Key word", query does not return the result. Please check. Thanks.
Comments: For your LIKE what are you searching on (i.e. Search Value)? I was searching for titles that start with [ and I was getting nothing; however, [ is a wild card character. http://www.w3schools.com/sql/sql_wildcards.asp I changed my search value to [[]% from plain [% and that fixed my issue.
when you create a query, if you select title "Like" "Key word", query does not return the result. Please check. Thanks.
Comments: For your LIKE what are you searching on (i.e. Search Value)? I was searching for titles that start with [ and I was getting nothing; however, [ is a wild card character. http://www.w3schools.com/sql/sql_wildcards.asp I changed my search value to [[]% from plain [% and that fixed my issue.