--- a/src/cdplugins/tidal/tidal-app.py
+++ b/src/cdplugins/tidal/tidal-app.py
@@ -120,7 +120,7 @@
     return entries
 
 def direntry(id, pid, title):
-    return {'id': id, 'pid' : pid, 'tt': title, 'tp':'ct'}
+    return {'id': id, 'pid' : pid, 'tt': title, 'tp':'ct', 'searchable': '1'}
 
 def direntries(objid, ttidlist):
     content = []