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

Add altid search functionality #84

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

havok2063
Copy link
Contributor

@havok2063 havok2063 commented Dec 4, 2024

Fixes #80

Add search functionality for alternative IDs in the search form and quick search.

  • Search Form (src/views/Search.vue):
    • Add a dropdown to toggle between sdss_id and altid input fields.
    • Add a new input field for altid with validation rules.
    • Update the form submission logic to handle altid.
  • Adds a notes on the quick id search on Home page, to use the full search to input an alternate id.

For more details, open the Copilot Workspace session.

Fixes #80

Add search functionality for alternative IDs in the search form and quick search.

* **Search Form (`src/views/Search.vue`):**
  - Add a dropdown to toggle between `sdss_id` and `altid` input fields.
  - Add a new input field for `altid` with validation rules.
  - Update the form submission logic to handle `altid`.

* **Quick Search (`src/components/HelloWorld.vue`):**
  - Add a dropdown to toggle between `sdss_id` and `altid` input fields.
  - Add a new input field for `altid` with validation rules.
  - Update the quick search logic to handle `altid`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/sdss/zora/issues/80?shareId=XXXX-XXXX-XXXX-XXXX).
@havok2063 havok2063 self-assigned this Dec 4, 2024
@havok2063 havok2063 added the enhancement New feature or request label Dec 4, 2024
@havok2063 havok2063 merged commit 4b6932f into main Dec 4, 2024
1 check passed
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
None yet
Development

Successfully merging this pull request may close these issues.

Update search UI to add field to search on alternative id
1 participant