Quote:
Originally Posted by Tanjamuse
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