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

Display indexed content fields in administration #9

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

Lahvac
Copy link
Collaborator

@Lahvac Lahvac commented Aug 8, 2023

  • show data based on property attributes
  • show field type

Motivation

Relevant index field data should be shown in administration/Indexed content.

- show data based on property attributes
- show field type
@Lahvac Lahvac requested a review from seangwright August 8, 2023 11:34
.AddColumn(nameof(LuceneIndexStatisticsViewModel.UpdatedAt), LocalizationService.GetString("integrations.lucene.listing.columns.updatedat"));
.AddColumn(nameof(LuceneIndexStatisticsViewModel.Entries), LocalizationService.GetString("integrations.lucene.listing.columns.entries"));
//.AddColumn(nameof(LuceneIndexStatisticsViewModel.LastBuildTimes), LocalizationService.GetString("integrations.lucene.listing.columns.buildtime"))
//.AddColumn(nameof(LuceneIndexStatisticsViewModel.UpdatedAt), LocalizationService.GetString("integrations.lucene.listing.columns.updatedat"));
Copy link
Member

@seangwright seangwright Aug 9, 2023

Choose a reason for hiding this comment

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

Is this data available from Lucene? If not, can we remove this code from the repo?

(And also the LuceneIndexStatisticsViewModel.UpdatedAt property)

{
Value = statistics.UpdatedAt.ToString()
},
//new StringCell
Copy link
Member

Choose a reason for hiding this comment

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

If we're not using this, can it be removed? We have the git history if we need to recover it.

@Lahvac
Copy link
Collaborator Author

Lahvac commented Aug 10, 2023

commented code removed

@seangwright seangwright merged commit 64e5a7b into Kentico:main Aug 10, 2023
1 check passed
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.

2 participants