Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

Guide Search Results #322

Open coke opened 9 months ago

coke commented 9 months ago

It would be nice if we could have a config file that allowed us to config things like:

"string" -> "Str" "integer" -> "Int"

That is, for common search terms, have our results for that term include the term we know matches for Raku.

finanalyst commented 9 months ago

@coke is the idea to have a set of pairs so that if the key part is included in the search bar (user input), the value part is automatically included in the candidates for selection (the result of the search)? This could be a part of the customisation request for shortcut keys. As in, we dont yet have as much customisation as users are looking for.