This commit is contained in:
@@ -50,6 +50,20 @@ namespace AyaNova.Biz
|
|||||||
//So theoretically I don't save here, but it may turn out that the code requires a save so in that case need to re-do the WidgetController calls to here to
|
//So theoretically I don't save here, but it may turn out that the code requires a save so in that case need to re-do the WidgetController calls to here to
|
||||||
//account for the save
|
//account for the save
|
||||||
|
|
||||||
|
|
||||||
|
//IF NOT NEW, DELETE ALL EXISTING ENTRIES FOR OBJECT TYPE AND ID
|
||||||
|
|
||||||
|
//BREAK STRING ARRAY INTO KEYWORD ARRAY
|
||||||
|
|
||||||
|
//EARLY EXIT IF NO KEYWORDS OR NAME RECORD TO PROCESS
|
||||||
|
|
||||||
|
//ITERATE ALL THE KEYWORDS, SEARCH IN THE SEARCHDICTIONARY TABLE AND COLLECT ID'S OF ANY PRE-EXISTING IN DB KEYWORDS
|
||||||
|
|
||||||
|
//ITERATE THROUGH THE KEYWORDS THAT DO *NOT* HAVE MATCHES IN THE SEARCHDICTIONARY AND ADD THEM TO THE SEARCH DICTIONARY, COLLECTING THEIR ID'S
|
||||||
|
|
||||||
|
//CREATE THE SEARCHKEY RECORDS FOR ALL THE KEYWORDS
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user