diff --git a/asset.py b/asset.py
index d6429e1..a6feab2 100644
--- a/asset.py
+++ b/asset.py
@@ -242,7 +242,7 @@ class Asset(ModelSQL, ModelView):
),
clause[2]),
)
- return [('id', '=', query)]
+ return [('id', 'in', query)]
@classmethod
def get_identifier_sql(cls, tab_asset):
diff --git a/onlinesource.py b/onlinesource.py
index cf9a858..125cf6b 100644
--- a/onlinesource.py
+++ b/onlinesource.py
@@ -30,6 +30,7 @@ sel_rgxdatefmt = [
('%d.%m.%Y', 'dd.mm.yyyy'),
('%m/%d/%Y', 'mm/dd/yyyy'),
('%Y-%m-%d', 'yyyy-mm-dd'),
+ ('%b %d %Y', 'mon dd yyyy'),
]
fields_check = ['url', 'nsin', 'isin', 'symbol', 'text', 'http_state', \
diff --git a/sources_def.xml b/sources_def.xml
index 25e148c..2ff2d1d 100644
--- a/sources_def.xml
+++ b/sources_def.xml
@@ -16,6 +16,35 @@ full copyright notices and license terms. -->