Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Search help: <tag> ends with space? (Read 1119 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Search help: <tag> ends with space?

... and, by the way: is there any way to make fb2k highlight or otherwise indicate where the query matches?

Search help: <tag> ends with space?

Reply #1
As a query:
Code: [Select]
"$if($stricmp($right(<tag>,1),' '),true)" IS true

You don't actually have to escape the space.

Quick Search Toolbar will allow you to search inline in a playlist which will select those entries that match.

Facets can select matches to its columns/filters but I don't quite remember how to do it at the moment.

EDIT: it's reeeeeally been a long day


Search help: <tag> ends with space?

Reply #3
This is still undocumented, but IS supports * and ? placeholders.
In combination with quotation marks for spaces, you could use:

Code: [Select]
title IS " *" OR title IS "* "

Or, for double spaces within the title:

Code: [Select]
title IS *  *

As already brought up, "clean up" fixes all of the above.


Search help: <tag> ends with space?

Reply #5
Where can I find documentation on what "Clean up" does exactly?  I can't find any info anywhere.  Thanks!!