save a search without deleting the text

I solved my problem in this way:

let toInsert = {
“textes” : $w( “#Barre” ).value,
}
wixData.insert( “collection” , toInsert)

(Thanks Ludocodeurwix)