Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2008 at 20:14 UTC
Updated:
7 May 2008 at 22:12 UTC
Hello,
I've installed the 5.x-2.2 version of Pathauto and it's not filtering out the "a" string. For example, if I create a page titled "A This and A That" the url will be "a-this-a-that" despite the fact that "a" is first in the list of string to be removed.
Cheers,
Alex
Comments
Comment #1
WeRockYourWeb.com commentedActually, the URL created is "a-and-a" ("this" and "that" are correctly being filtered)
Comment #2
gregglesThis sounds like a duplicate of #231292: "Strings to Remove" not being removed if they are capitals or the first/last word in the box.. Can you try the patch and some of the other things mentioned in that issue and see if any of them help?
Comment #3
WeRockYourWeb.com commentedActually the "a" I used wasn't capitalized. I tried the patch on 5.x-2.2 and it gave the message "Hunk #1 failed at 161 / 1 out of 1 hunk failed"
Duplicating the first term solved the issue - ie. using "a,a,..." for strings to remove helped remove lower case a's. Just for kicks, I tried "a,A,a,..." and now it removes both lower and uppercase a's. It appears that 1) it ignores the first item in the list of strings to remove, and 2) it's case sensitive?
Comment #4
gregglesCould you please post that comment on the other issue?
Comment #5
gregglesAha, I see now you did. Nevermind. In generael, it's only necessary to post in one place.