Page 1 of 1

Filter - names in two formats

PostPosted: Thu Oct 21, 2021 12:22 pm
by bonalymac
Another newbie problem please.

I'm trying to create a filter with authors names. As far as I can see from reading the help files, the best way is to do something like

John Smith | Jane Jones | Alex Johnson etc

But many posts use formats like

Smith, John | Jones, Jane | Johnson, Alex etc

Obviously I could simply double the size of the filter by looking for each version, or create a single filter for each version, but I wondered if there was a simple way to combine the search?

Thanks

Re: Filter - names in two formats

PostPosted: Thu Oct 21, 2021 2:23 pm
by Quade
I pretty much answered this in the prior post you made.

"John.*Smith" for example. ".*" means "accept anything between the two words so",

"John Smith" and "John, Smith" would both match.

"Smith John" won't match.

Re: Filter - names in two formats

PostPosted: Thu Oct 21, 2021 3:07 pm
by bonalymac
Many thanks, I did not know that the two answers would be linked.

Re: Filter - names in two formats

PostPosted: Thu Oct 21, 2021 10:16 pm
by Quade
It's just the answers that are linked. What I suggested in the other post answers this post too.