|
@@ -157,7 +157,8 @@ class basicQueries:
|
|
|
|
|
|
|
|
|
def contestimultipli (self, tipo_ricerca, ricerca, index = None):
|
|
|
- textlist = self.findtexts(tipo_ricerca, ricerca, index)
|
|
|
+ ricercadf = pd.DataFrame(ricerca)
|
|
|
+ textlist = self.findtexts(tipo_ricerca, ricercadf, index)
|
|
|
contexts = self.findcontexts (textlist)
|
|
|
bibliocontexts = self.findbib (contexts)
|
|
|
highlights = self.highlight(bibliocontexts)
|