Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [UR] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=23)
-   -   User-Defined Keyword Modification (https://www.kinook.com/Forum/showthread.php?t=3990)

armsys 04-01-2009 05:51 PM

User-Defined Keyword Modification
 
Is it possible to modify the user-defined keyword instead of deleting the old one and creating a new one?
Armstrong

kinook 04-02-2009 07:27 AM

You can search on the keyword, select all search results, then go to the Keywords dialog and delete/uncheck the old keyword, and add the new keyword.

You could also use SQLite:

BEGIN;
UPDATE UserKeyword SET Keyword='newword' WHERE Keyword LIKE 'oldword';
UPDATE ItemKeyword SET Keyword='newword' WHERE Keyword LIKE 'oldword' AND AttributeID=1;
COMMIT;

armsys 04-02-2009 09:46 AM

Kinook,
Thanks a lot.
Armstrong


All times are GMT -5. The time now is 03:06 PM.


Copyright © 1999-2023 Kinook Software, Inc.