Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search: include subprojects matching the same language #11703

Open
stsewd opened this issue Oct 22, 2024 · 0 comments
Open

Search: include subprojects matching the same language #11703

stsewd opened this issue Oct 22, 2024 · 0 comments
Labels
Improvement Minor improvement to code Needed: design decision A core team decision is required

Comments

@stsewd
Copy link
Member

stsewd commented Oct 22, 2024

What's the problem this feature will solve?

We support having subprojects, which isn't a problem for single versions projects, but when using subprojects with translations, things get a little weird... let's see this example:

  • project

    • project-es (translation)
    • project-br (translation)
  • subproject (subproject of project)

    • subproject-es (translation)
    • subproject-br (translation)

Now, if I want to search the subprojects from project, I can just do foo subprojects:project, and that will include results from project and subprojects.

But, if we do foo subprojects:projects-es, that won't return results, as project-es isn't a "real" subproject.

Describe the solution you'd like

I think for cases like this, we should check for any matching translations from the subproject (subproject-es).

Alternative solutions

Do nothing, probably this isn't a common use case of subprojects 🤷‍♂️

@stsewd stsewd added Improvement Minor improvement to code Needed: design decision A core team decision is required labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code Needed: design decision A core team decision is required
Projects
None yet
Development

No branches or pull requests

1 participant