mozilla/pontoon

Exclude message identifiers when searching Fluent strings

Closed this issue · 1 comments

Fixing #3221 by dropping

| Q(key__icontains=search)
is not going exclude searching Message IDs for Fluent strings, because they are also part of Entity.string.

We should change the data model accordingly to only search for the relevant bits of the message.

Closed by mistake.