-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Made Inactive and archived entities to indexable #422
base: main
Are you sure you want to change the base?
Made Inactive and archived entities to indexable #422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indexing part looks good.
Now in order to keep the search results consistent we need to rank inactive entities the lowest. Please add is_active
attribute and adjust the customRanking
rules to use it as the very first one.
@arkid15r Please review the PR |
@arkid15r . Please review this PR |
Resolves #369
Modify the is_indexable() function to allow inactive and archived entities.
Modified the corresponding tests.