----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74996/#review226481 -----------------------------------------------------------
Ship it! Ship It! - Pinal Shah On May 21, 2024, 9:26 a.m., Darshil shah wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/74996/ > ----------------------------------------------------------- > > (Updated May 21, 2024, 9:26 a.m.) > > > Review request for atlas and Pinal Shah. > > > Bugs: ATLAS-4864 > https://issues.apache.org/jira/browse/ATLAS-4864 > > > Repository: atlas > > > Description > ------- > > Problem: > > When we perform a basic search, using a term with a query filter, it does not > produce the correct output. For example, if we use the filter Term as Term1 > and the query as Joe, the resulting output will be inaccurate. > > > Diffs > ----- > > repository/src/main/java/org/apache/atlas/discovery/SearchContext.java > 9a9a5512a > > repository/src/main/java/org/apache/atlas/discovery/TermSearchProcessor.java > b8a507eac > > repository/src/test/java/org/apache/atlas/discovery/AtlasDiscoveryServiceTest.java > fb94aaedc > > > Diff: https://reviews.apache.org/r/74996/diff/3/ > > > Testing > ------- > > Test cases have been added, and manual testing has been completed. > In the test case, we can filter using term0 and provide felt as the query, > which corresponds to the owner in the entity. This should give us the desired > output. > > > Thanks, > > Darshil shah > >