upgrade scraping and searching
This commit is contained in:
@@ -20,6 +20,7 @@ def check_elastic_document(element):
|
||||
"text": element["text"],
|
||||
"title": element["title"],
|
||||
#"source": get_source(post),
|
||||
"prio": element.get("prio", 1000),
|
||||
"url": element["url"],
|
||||
"updated_at": str(element["updated_at"])
|
||||
}
|
||||
Reference in New Issue
Block a user