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

docssearch: always search primary modding docs, or offer a way to select #122

Open
budak7273 opened this issue Aug 16, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@budak7273
Copy link
Member

budak7273 commented Aug 16, 2024

Related to satisfactorymodding/Documentation#238

it needs to be pointed to just Latest (or offer some way of selecting which sub-site to search)
here is where it's implemented:

async def docsearch(self, ctx: commands.Context, *, search: str) -> None:

here is how docs does it:
https://github.com/satisfactorymodding/Documentation/blob/Dev/supplemental-ui/partials/footer-content.hbs#L5

basically you need to pass the searchParamters argument of component_name (not sure what it would be offhand) and component_version (I think always latest)

@github-project-automation github-project-automation bot moved this to 🆕 New in FICSIT-Fred Aug 16, 2024
@Borketh Borketh added the enhancement New feature or request label Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants