Skip to content

ModuleSearchBase has wrong modified date  #57

Open
@MaiklT

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions