Lucene content search for property value pairs
Hi, We are currently using Pega 7.1.6 version. We have a requirement to search based on property and value. For example, if I have two decision table rules named "XYZ" and another table named "MNO". XYZ table with input columns using property "ABC" and values for property ABC are "test" , "temp" and table MNO has values for property "GHI" are "test" , "toast". We should be able to search with ABC property contains "test". I.e., if we search for "test" we need to get only XYZ rule name but not MNO. Can any one suggest a way to implement search based on property and its value. Thanks in advance