"""Interface for anything that can be searched in the catalog."""
"""Return a search-friendly text representation."""
...
"""Default relevance score — override for custom ranking."""
return 0.0
"""Extension: structural typing via Protocol."""
...