aggiunta funzione di ricerca nelle tabelle
This commit is contained in:
@@ -8,3 +8,6 @@ db.runCommand({
|
||||
textSearchEnabled: 1
|
||||
});
|
||||
|
||||
|
||||
INDEX DA CREARE
|
||||
db.notizia.ensureIndex({"about.author":"text",titolo:"text",sottotitolo:"text",testo:"text"})
|
||||
|
||||
Reference in New Issue
Block a user