View Single Post
Old 10-13-2017, 11:37 AM   #219
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by Tanjamuse View Post
I've sent you a PM with a copy of the library.
The problem is that the #story_id custom column is a comma-separated "Tag" type, rather than a simple plain-text type. An ID is unique to a book, and not generic like Tags are. Story IDs are unique, and each book can have only one (1) of them, so it really should not be a Tag-type, but a simple plain-text type. That is why ISBN is not a Tag, but a textual Identifier.

Test results:

Quote:
Match found but re_text_found_final <> compare_to_value: 2131277 [u'2131277']
However, I can easily add a little code to account for that scenario, which obviously I did not test for. My bad.

I will upload a new version later today.



DaltonST
DaltonST is offline   Reply With Quote