[ACC-2342] Add SearchFilter for FTS on content attributes#195
[ACC-2342] Add SearchFilter for FTS on content attributes#195NotAPenguin0 wants to merge 4 commits intomainfrom
Conversation
…eir subpaths contain underscores
…tter match the similar flag on search filters.
|
NielsCW
left a comment
There was a problem hiding this comment.
I believe you can already construct hidden attributes with the IgnoredFlag and eventually when you enable this search option in the console, scribe will generate the names, add the ignored flag and generate the sql indices. This appserver PR might be useful as a POC to try out some searches. But it is not required for searching content attributes.
I'm not sure how this will work yet, since we also need some way to populate this extracted text attribute once the text extraction service is integrated, so I think the app server needs to know which attribute to place the extracted text in. |
|
We should agree on a design before starting to implement. |



Implemented by creating a hidden attribute on entities with a FTS filter on content where the text will be stored (by some other process in the AppServer/extraction engine).