Query length for a Filter search query

akram6
Kilo Contributor

Hi,

I would like to know how many filter conditions can be added in the for text search on list view of a table in ServiceNow.Is there any limit on the search query in this scenario.if so is there any configuration in ServiceNow where we can configure this.Thanks in Advance.

1 ACCEPTED SOLUTION

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Hi Akram,



There is no limitation for number of characters in the text search option in list view as far as I know.


But, be aware that most browsers have a limitation of about 2000 characters on URLs, so you won't be able to use the filter in URL if it's too long:



http - What is the maximum length of a URL in different browsers? - Stack Overflow



Regards,


Sergiu


View solution in original post

2 REPLIES 2

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Hi Akram,



There is no limitation for number of characters in the text search option in list view as far as I know.


But, be aware that most browsers have a limitation of about 2000 characters on URLs, so you won't be able to use the filter in URL if it's too long:



http - What is the maximum length of a URL in different browsers? - Stack Overflow



Regards,


Sergiu


Thanks Sergiu