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

Fixes/changes for #65 #66

Merged
merged 1 commit into from
Sep 7, 2022
Merged

Fixes/changes for #65 #66

merged 1 commit into from
Sep 7, 2022

Conversation

kura
Copy link
Contributor

@kura kura commented Sep 7, 2022

Summary

A fix for abs path issues and documenting moving events.

Details

Fixes:

  • Rel paths causing abs paths to break when indexing documents
  • git_manager bug added in the search feature that is a result of me not correctly removing the git_manager alterations when searchindex was moved from the wiki content directory

Adds:

  • Ability for indexing moved documents. Without this change documents that are moved remain in the search index until a fresh index is created. This fixes that and correctly calls a delete() on the old path and index() on the new path.

Checks

  • Tested changes

Fixes:
* Rel paths causing abs paths to break when indexing documents
* git_manager git add --all

Adds:
* Ability for indexing moved documents. Without this change documents that are moved remain in the search index until a fresh index is created.
  This fixes that and correctly calls a delete() on the old path and index() on the new path.
@Linbreux Linbreux merged commit 970b500 into Linbreux:main Sep 7, 2022
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

Successfully merging this pull request may close these issues.

2 participants