odoo/addons/website/static
Denis Ledoux 9fe059027e [FIX] website: seo, auto detection of keywords with accents in boundaries
Javascript regex \b is not unicode aware,
and words beginning or ending by accents won't match \b

We therefore use a custom regex to replace \b.
Basically, it's a regex matching all words separators
such as dot, comma, spaces, etc. and other unicode
separators as well.

opw-641005
2015-05-28 15:15:53 +02:00
..
description
lib [FIX] website: update jQuery.transfo lib + adapt code 2014-10-27 10:24:13 +01:00
src [FIX] website: seo, auto detection of keywords with accents in boundaries 2015-05-28 15:15:53 +02:00