How do you search an attribute of type textarea?

Relativity Support March 2, 2021

I chose to create an attribute of type textarea because the text could be long.  

What is the IQL to perform a "contains" search on this attribute?

Queries like the following do not work:

  • Notes LIKE "TEST"
  • Notes IS EMPTY
  • Notes IS NOT EMPTY

1 answer

0 votes
David Sumlin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 2, 2021

LIKE & NOT LIKE should work. You can also use startsWith & endsWith

You'll also want to make sure those attributes are indexed for quicker results, otherwise the search can be slower.

https://documentation.mindville.com/display/INSSERV/IQL+-+Insight+Query+Language#IQL-InsightQueryLanguage-Operators

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events