List collector Search Behavoiur?

mahi4889Snow
Tera Contributor

Is there a way to change the default search behavior of the List Collector catalog variable to be "contains" instead of "starts with"? I know that I can use a wildcard in the search field, but I'm trying to make it a bit easier for the end user.

Thanks in Advance.

9 REPLIES 9

Jim Coyne
Kilo Patron

From what I can tell, the "glide.ui.ref_ac.startswith" property is added to brand new Berlin instances only and not on uprades to Berlin. The property is only required if you want to skip disable "contains" searches, which you do not want. You are probably good to go if all is working the way you want it to now.


mahi4889Snow
Tera Contributor

Here is I am facing one more challenge ,

We already have "glide.ui.goto_use_contains " property in our instance, So its affected to all table list search with contains query.

Is there any possible way to do contains query in individual table list search? without affecting globally.

For example,
After set true to "glide.ui.goto_use_contains" property. please go to "cmdb_ci_server.list.do" and do search anything
in search text. Now see the contains queries is executed? My problem is this is affected to all tables but I need do contains queries in individual table list search.


Jim Coyne
Kilo Patron

That setting truly is global and I do not think there is anything you can do for tables individually.



jim.coyne


anshu0912
Giga Contributor

Hi,

 

i have similar requirement in my project. Please let me know how did you make this possible to search without wild card and add contains in list collector variable?