View Single Post
Old 10-12-2017, 04:14 PM   #213
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
It now finds books, except it finds all the books in the library instead of just the ones where the url in the text-file matches the id-number.

It even matches those books which has no id-number.

In my custom column for the story_url I don't have the Story URL: only https://www.fanfiction.net/s/7347050/1/

The screenprint shows that your "new" search query regular expression has an error again. Change it to:

Code:
https://www.fanfiction.net/s/[0-9][0-9][0-9]+/|http://www.fanfiction.net/s/[0-9][0-9][0-9]+/
It also finds all books because you did not check the checkbox called "When Found:". That means that the new functionality is not being used at all.


DaltonST
DaltonST is offline   Reply With Quote