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:
2026-03-26 14:38:31 -04:00
parent 0298c589b1
commit a3fe47ac21
3 changed files with 1 additions and 2673 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ func TestExtractCalibreSidecar(t *testing.T) {
**ADD THIS INTEGRATION TEST** (optional, for comprehensive testing):
```go
package tests
package main
import (
"context"