Bug 471512 - Add support to limit search to only the source or the target string or defined combinations
Summary: Add support to limit search to only the source or the target string or define...
Status: CONFIRMED
Alias: None
Product: lokalize
Classification: Applications
Component: editor (show other bugs)
Version: 22.12.3
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Simon Depiets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-27 18:22 UTC by pugorg
Modified: 2024-08-03 09:29 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pugorg 2023-06-27 18:22:45 UTC
It makes a big difference if a search matches only on the source string (msgid/to translate from) or the target string (msgstr/to translate to).
A nice to have would be to combine both, e.g. "source:house and not target:Haus" (example in Weblate syntax for English to German).
Comment 1 Karl Ove Hufthammer 2024-08-02 18:51:55 UTC
Is this for the ‘Quick search’ feature or the ‘Find’ feature? Note that for the quick search feature, you *can* choose to limit the search to either the source or target colum (‘Options’ button → ‘Searchable column’).
Comment 2 pugorg 2024-08-03 05:38:08 UTC
(In reply to Karl Ove Hufthammer from comment #1)
> Is this for the ‘Quick search’ feature or the ‘Find’ feature? Note that for
> the quick search feature, you *can* choose to limit the search to either the
> source or target colum (‘Options’ button → ‘Searchable column’).

Dear Karl Ove, it is for the Find feature (Ctrl+F). If it is already implemented elsewhere, it could to be not too complicated to replicate it in the requested feature.