!7 set flag alwaysSetGlobalIDs. concept Script > ConceptWithGlobalID { S keywords; // comma-separated S text; S comments; //S meta; //L uses; double score; LS keywords() { ret tok_splitAtComma(keywords); } sS _fieldOrder = "keywords text comments"; } cmodule ScriptFinder > DynCRUD