HomePhabricator

Fix autocomplete filter function for no \w chars.
a4cd22c7d425Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Fix autocomplete filter function for no \w chars.

In the ovrriden methos filter, regexp check char of term with \b.
This results all no \w chars to omitted, since \b work just with \w.

(this is new aaproche of this commit: https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/PageForms/+/512528/, modified by suggestion from Thiemo Kreuz)

Change-Id: Ife75c878c28dc3d73a296f5a1c73801a5ef883ce

Details

Provenance
Itsick krumbein <any.site.n.site@gmail.com>Authored on May 27 2019, 8:58 AM
AnysiteCommitted on May 27 2019, 9:02 AM
ChangeId
Ife75c878c28dc3d73a296f5a1c73801a5ef883ce

Commit No Longer Exists

This commit no longer exists in the repository.