|
Following findings with the implementation of MGNLUI-8301 and MGNLUI-8302 we have confirmed that both apps have the same Search behavior:
- If we search with the node name -> contains and not by exact with FTS and In-app search
- Node properties -> it’s an exact match
- There’s a case when searching with the page title, the FTS and In-app search behave differently. This needs investigation to understand why
Performance concern
Search by contains, and not by exact match -> may potentially have a performance impact. E.g
Pages has property value: “container for”
exact match:
“container for”
“container”
“for”
are the keywords which can return page
**
not by exact match
all the options above AND
“container”
“container for”
“container for”….
|