Conversation
981aa1d to
7fb3346
Compare
|
Looks great to me! I've approved #1201 |
7fb3346 to
60c1909
Compare
|
should the new index be available yet? the deployed demo here seems not to be getting results yet |
|
Had a look, looks like #1201 was missing the |
|
the index should now be populated, and indeed https://69dd09ea1ee76aac8f032035--nixos-search.netlify.app/options?channel=unstable&include_home_manager_options=1&include_modular_service_options=1&include_nixos_options=1&query=nix no longer produces 404's, but it also doesn't show any home-manager options |
60c1909 to
3de4619
Compare
e75d21c to
f6fa59a
Compare
f6fa59a to
5c80948
Compare
|
the demo here seems functional now |
Add a "Home Manager" checkbox to the Options page sidebar alongside the existing NixOS and Modular services toggles, handled identically via the `OptionSource` mechanism. - Add `HomeManagerOptionSource` variant to `OptionSource` with ES document type `home-manager-option` - Switch `excludedOptionSources` to `includedOptionSources` throughout Route, Search, Main, and Options for clearer positive-set semantics - Add `docType` field to `ResultItemSource` (decoded from ES `type`) to distinguish option kinds without metadata heuristics - Use `docType:name` as the option identity for expand/collapse, so identically-named options from different sources toggle independently - Show pill badges (NixOS / Service / HM) when multiple categories are enabled in the filter - Add Usage snippets with `_class` for all three option types - Bump frontend schema version to 47
5c80948 to
832c1a3
Compare
|
ah not sure where I got https://69dd09ea1ee76aac8f032035--nixos-search.netlify.app/ - indeed https://69efd429326f631160034042--nixos-search.netlify.app/ looks good |
|
|

filing these together
as draftto hopefully get the working demo up - first part (back) filed separately at #1201.edit: maybe draft won't deploy? trying marked ready now.
okay i guess deployment wouldn't work until the back-end has been populated with the needed info? marking as draft again then.