That's nice to know, thanks.Trusfrated wrote: Mon Mar 14, 2022 5:42 am The changes are great and seem to be working well for me in my testing thus far.Thank you!
That's great! I'll add an example to the help that includes 'Trusfrated wrote: Mon Mar 14, 2022 5:42 am It took me a bit to figure out how to use the NOT operator, but I think I did.Hint: it goes early in the statement. Here's a complicated one I made:
Code: Select all
query title matches mistress|princess and tags contains denial and not text contains cock and rating > 3.0 and rating <= 4.0
not' so there's a point of reference in the future.
That's a very interesting point. I've definitely been neglecting tags as you know! I can certainly add 'Trusfrated wrote: Mon Mar 14, 2022 5:42 am I don't know if it would be difficult to add, but for me it might be nice to be able to interchangeably/legally use "tag" or "tags".
tag' as a synonym for '
tags' without any problems. At the moment I allow '
tags is something' which doesn't sound right and is fairly meaningless as the tags are stored as, e.g. ':kneeling:female-top:sister:outdoors:for-men:'; and it would only match against the whole thing (which is fairly unlikely). In a future version, I'll be treating tags as a proper list, more like the text, so the verbs will operate against each separate tag. With that in mind, I might just change the field name to '
tag' so that '
tag is kneeling', '
tag contains kneel', '
tag matches fem.+top' makes sense. The advantage of the word '
text' is that it's a mass noun, so it sounds correct in all contexts. I'm still not sure, maybe I'll support both '
tag' and '
tags' as you suggest and then if you find that you're only using one of them, I'll get rid of the other one.
Thanks, that's just what I was after. Maybe I'll start with the longhand version and add the shorthand version if it's relatively trivial.Trusfrated wrote: Mon Mar 14, 2022 5:42 am <date suggestions>
Above are my suggestions, but I don't think that level of comparison is terribly necessary. I don't see any reason why using a full date would be that much more difficult. Adding the shorthand would just be a "nice to have" type thing.![]()



