yujonglee
yujonglee
similar to what Arc is doing. Should enable this only when doing ai-search. Dot 100% sure about how useful this will be & keyword vs mouse interaction?
# Pull Request Add search bar to the documentation site. ## 📖 Description Currently, the documentation site does not have a search bar. I implemented a search bar using: -...
**Is your feature request related to a problem? Please describe.** I have this code: ```elixir @impl true def handle_event("submit", %{"form" => params}, socket) do case AshPhoenix.Form.submit(socket.assigns.form, params: params) do {:ok,...
**Is your feature request related to a problem? Please describe.** `Ecto` has `drop_param`. (https://hexdocs.pm/ecto/Ecto.Changeset.html#cast_assoc/3-custom-actions) I want to do same thing with Ash, but I can't. **Describe the solution you'd like**...