chore(connectors): add category and search validation fields

This commit is contained in:
2026-03-12 09:56:34 +00:00
parent 01d6bd0164
commit c12f1b4371
5 changed files with 24 additions and 9 deletions

View File

@@ -19,6 +19,9 @@ class BoardsAPI(BaseConnector):
source_name: str = "boards.ie"
display_name: str = "Boards.ie"
categories_enabled: bool = True
search_enabled: bool = False
def __init__(self):
self.url = "https://www.boards.ie"