Error when searching a file by name

Hi all,
I am having an issue when I search a file "by name" in my database. The search doesn't go through and this error is raised in my Matlab terminal:

> Operator '>' is not supported for operands of type 'cell'.
> 
> Error in node_apply_search>strAddKeywordDelimiter (line 229)
>             if iPosKeyword > iPos
> 
> Error in node_apply_search (line 71)
>         filteredComment = strAddKeywordDelimiter(filteredComment, boldKeywords{iKeyword}, '<B>', '</B>');
> 
> Error in node_create_study/CreateChildNode (line 610)
>         [toDisplay, filteredComment] = node_apply_search(iSearch, nodeType, nodeComment, nodeFileName, iStudy);
> 
> Error in node_create_study (line 429)
>         CreateChildNode(nodeParent, nodeType, sStudy.Timefreq(i).Comment, ...
> 
> Error in node_create_db_studies (line 291)
>                                 numElems = node_create_study(nodeCondition, nodeStudiesDB, sStudy, iStudy, isExpandTrials, [], iSearch);
> 
> Error in panel_protocols>UpdateTree (line 433)
>             case 'StudiesSubj',  [selNode, dbNode, numNodes] = node_create_db_studies(nodeRoot, 'subject', iSearch);
> 
> Error in panel_protocols>CreatePanel/DatabaseTabChanged_Callback (line 316)
>         UpdateTree(0);

I'm using the Brainstorm 03-Jul-2024 with Matlab23b.
Thanks for your help!

After local debugging, it was confirmed that the issue was the creating of TimeFreq files with the Comment file being of class string (created as "ABC"), rather than char (created as 'ABC'). So process that concatenate to the original Comment produced arrays of string