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

ModuleSearchBase has wrong modified date #57

Open
MaiklT opened this issue Apr 15, 2020 · 0 comments
Open

ModuleSearchBase has wrong modified date #57

MaiklT opened this issue Apr 15, 2020 · 0 comments

Comments

@MaiklT
Copy link

MaiklT commented Apr 15, 2020

Describe the bug

All items have the modified date of the last indexing operation.

Expected behavior

Modified date should be the date of the last change of the item.

Additional context

Querying the newest items from the search base returns always a lot of FAQ items on the top, and the "real" newest items are listed much more "down the list".

The problem is obviously line 360 in the business controller class:

ModifiedTimeUtc = DateTime.Now.ToUniversalTime()

This should be the modified date/time of the FAQ item.

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

No branches or pull requests

1 participant