List collector Search Behavoiur?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2012 09:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2012 06:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2012 07:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2012 11:04 AM
That setting truly is global and I do not think there is anything you can do for tables individually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2012 09:42 PM
jim.coyne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2018 04:37 AM
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?