Update and consolidate implementation documentation
Clean up documentation by removing obsolete implementation notes and updating the Calibre OPF implementation guide. Changes: - Update CALIBRE_OPF_IMPLEMENTATION.md with namespace URL approach - Remove IMPLEMENTATION_TAGS_FILTER.md (superseded by unified search) - Remove UNIFIED_SEARCH_IMPLEMENTATION.md (implementation complete) The Calibre OPF documentation now reflects the corrected approach using full Dublin Core namespace URLs (http://purl.org/dc/elements/1.1/) instead of namespace prefixes, which were found to not work with Go's XML decoder. Documentation: #docs-cleanup
This commit is contained in:
@@ -748,7 +748,7 @@ func TestExtractCalibreSidecar(t *testing.T) {
|
||||
**ADD THIS INTEGRATION TEST** (optional, for comprehensive testing):
|
||||
|
||||
```go
|
||||
package tests
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user