Sorting by builtin Date Field?

Hi Team,

I just read through the Entity Sorting Module and am excited to take advantage of this feature!

I am utilizing the Event entity type to build out an Academic Calendar and was wondering if Answers currently supports sorting on the built in Date field in the Knowledge Graph.

Thank you,
Austin

Circling back here as I found an answer thanks to @John_McGraw!

Answers does support sorting on the builtin Date field for Event entities! I’ve added the snippet of code I included in the backend to enable sorting on the date field:

As you can see above, for this particular use case I am sorting Events by a combination of both Relevance and Start date.

Austin

1 Like