-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backend/frontend] Implement full text search for documents (#1483) #4275
Conversation
27a0866
to
d77521f
Compare
a2a4636
to
0dbeaaf
Compare
b7c74d7
to
e86fc25
Compare
6175f60
to
03e290e
Compare
029983c
to
fba17db
Compare
eed6afc
to
e28a330
Compare
f77df41
to
75d6446
Compare
e28a330
to
ba4b630
Compare
6841080
to
2e867d8
Compare
6a47ef0
to
13d406a
Compare
opencti-platform/opencti-graphql/src/manager/fileIndexManager.ts
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-graphql/src/manager/fileIndexManager.ts
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-graphql/src/manager/fileIndexManager.ts
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-graphql/src/manager/fileIndexManager.ts
Outdated
Show resolved
Hide resolved
entityLink = entityLink.concat('/files'); | ||
} | ||
return ( | ||
<ListItem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use ListItemButton
opencti-platform/opencti-front/src/private/components/search/SearchIndexedFiles.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/private/components/search/SearchIndexedFileLine.tsx
Show resolved
Hide resolved
Sorting file result (by name or 'attached entity type' is not working : Note: Would be great to also be able to sort by the number of occurences |
What are all the files extensions for which this feature is working ? |
@Archidoit We support these mime types : text/plain, text/csv, application/pdf, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (excel sheets). you can find them in default.json |
e2b0a8c
to
09afd60
Compare
Proposed changes
PR with first version of imported files indexing and full text search for enterprise edition
First part of file index management panel :
Indexation is paused by default.
About file indexing :
We support these mime types : text/plain, text/csv, application/pdf, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (excel sheets)
Related issues
Checklist
Further comments
https://www.notion.so/filigran/Management-panel-for-File-indexing-de5a1879c62f41af99943c58a30f4aa6
https://www.notion.so/filigran/Full-text-search-for-documents-11a67658fc37410cbbbdde2db78da73a#3281f177046749678fdbb8539b5cbaab