If you look in Database Configuration for workorder.description you will likely see the SEARCHTYPE set to 'TEXT' which leverages a number of rules and non traditional searching. For more info, look here
https://www.ibm.com/support/pages/understanding-search-methodologiesworkorder.assetnum has a SEARCHTYPE (out of the box) of 'WILDCARD' which is what I think you are looking for.
Since it is a DB Config that you can change, or you can train users to the new approach, or some combination that works for you.
You can query maxattributecfg to find them all, but the list is long; between wildcard and text you will probably get into the 10K range.
------------------------------
christopher winston
------------------------------
Original Message:
Sent: Sat November 21, 2020 04:20 PM
From: User1971
Subject: Why is the contains operator used in list view WHERE clause?
I've noticed that Maximo uses Oracle's CONTAINS operator when I do a wildcard search on description fields:
(contains(description,'$park') > 0 ))
What is the rationale behind using CONTAINS rather than a more common operator such as LIKE?
Thank you.
#Maximo
#AssetandFacilitiesManagement