-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add admin interface for reindexing a project search #4654
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
Comments
Hi @agjohnson I am interested to work on this issue. I just wanted to ask can someone who is new to this project like me can solve this issue? |
Thanks for the interest, I think this kind of depends on #4722 |
@agjohnson I would like to take this issue up. |
@dojutsu-user great! It might be easiest to raise any specific questions you have. I've outlined the necessary development pieces above, but if you're not familiar with the internal pieces, like Django admin function or Django's management commands, there is a lot of great resources on these in the Django docs. I will say that this might be blocked by the search upgrade work that we did recently, and have had to back out because of operations issues. I'll ping @ericholscher as he might have a better idea as to whether it makes sense to address this issue now, or after the search work is remerged. |
Should be easy enough to do it now, but we should build it knowing that the functionality that we call to index things might change, but that should be a small change in this part of the code. |
I am assuming that this command is I will be making an initial PR soon. |
One doubt, by the terms |
These should be implemented as site admin features -- that is, in the Django admin. |
This issue can be closed now. |
👍 |
We have a management command for this, but a site admin command probably makes a lot more sense. Let's move the management command to a site admin feature.
Work required:
I wiped project indexes manually with:
The text was updated successfully, but these errors were encountered: