Skip to content
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

Move Media Indexing into a new module to simplify dependencies. #14989

Merged
merged 9 commits into from
Jan 8, 2024

Conversation

MikeAlhayek
Copy link
Member

Fix #14941

@MikeAlhayek
Copy link
Member Author

@sebastienros look at the feature, do you like the features split?

  • If you want to continue to index .PDF file you'll need to enable OrchardCore.Media.Indexing.Pdf feature.
  • If you needed to enable indexing for text file with .txt, .md extensions, you'll needed OrchardCore.Media.Indexing.Text feature.
  • If you needed to enable indexing for other extensions like (.docx, or .pptx), you'll needed OrchardCore.Media.Indexing.MicrosoftOffice feature.

Copy link
Member

@hishamco hishamco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please few notes and looks perfect!!

@hishamco
Copy link
Member

hishamco commented Jan 4, 2024

This time I approved with a few comments to avoid your usual comment that I'm requesting change then I might have forgotten to approve :)

Good job bro

@MikeAlhayek
Copy link
Member Author

@hishamco I split this into 2 projects as per @sebastienros original request.

@Skrypt
Copy link
Contributor

Skrypt commented Jan 5, 2024

Just name this OpenXML intead of MicrosoftOffice. A Word or Excel document is not bound to be from Microsoft, it could be OpenOffice too.

@MikeAlhayek MikeAlhayek reopened this Jan 5, 2024
@MikeAlhayek
Copy link
Member Author

@Skrypt @hishamco clean it up.

@Skrypt
Copy link
Contributor

Skrypt commented Jan 6, 2024

You already did 😄

@MikeAlhayek MikeAlhayek merged commit 9638cd1 into main Jan 8, 2024
3 checks passed
@MikeAlhayek MikeAlhayek deleted the ma/media-indexing branch January 8, 2024 22:53
@hishamco
Copy link
Member

hishamco commented Jan 9, 2024

I just hold my reply because this comment #14941 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we downgrade DocumentFormat.OpenXML to 2.20.0
3 participants