diff --git a/configs/vojtechruzicka.json b/configs/vojtechruzicka.json index ebf545444..09d8817f2 100644 --- a/configs/vojtechruzicka.json +++ b/configs/vojtechruzicka.json @@ -5,15 +5,18 @@ ], "stop_urls": [], "selectors": { - "lvl0": ".docSearch-content h1", - "lvl1": ".docSearch-content h2", - "lvl2": ".docSearch-content h3", - "lvl3": ".docSearch-content h4", - "lvl4": ".docSearch-content h5", + "lvl0": { + "selector": "", + "default_value": "Search Results" + }, + "lvl1": ".docSearch-content h1", + "lvl2": ".docSearch-content h2", + "lvl3": ".docSearch-content h3", + "lvl4": ".docSearch-content h4", "text": ".docSearch-content p, .docSearch-content li" }, "conversation_id": [ "593663647" ], "nb_hits": 1890 -} \ No newline at end of file +}