Skip to content

Instantly share code, notes, and snippets.

View Mister-Odd's full-sized avatar

Mister-Odd Mister-Odd

  • 09:31 (UTC -07:00)
View GitHub Profile
@Mister-Odd
Mister-Odd / nixos-search-boolean.txt
Created June 5, 2025 22:14
Enable Boolean clauses in the Elm frontend for Elasticsearch
### This is 100% Copilot responses to my queries - Expect lot's of errors and random WTF moments ###
### Copilot was given my fork of nixos-search to evaluate for it's replies ###
### Enable Boolean clauses in the Elm frontend for Elasticsearch ###
# Extend the Elm model to represent Boolean logic.
# Update the query encoder to generate the appropriate JSON for Elasticsearch.
# Adjust the update logic if needed to support new query types.
### Extend the Elm Model ###