ljramones / trips

A stellar cartography system
Apache License 2.0
15 stars 2 forks source link

Catalog query #331

Closed BoatrightTBC closed 2 years ago

BoatrightTBC commented 3 years ago

add search by catalg id choice under the other searches.

ljramones commented 3 years ago

is this related to a partial search in the catalogid field. How do you want to add this query? Do you want to add it to the big query pane (the one where you select star type and port type etc.) Do you want a separate query? I could add this but how do you want to describe the menu text for it

BoatrightTBC commented 3 years ago

No, this is seperate and super simple.

Menu: Find a star by a catalog ID.

Takes a text value, searches through the catalogids, and returns the display name of the star.

Return some text like: The usual name for "IP 207345" is "Gamma Sillius 42" Use that when searching or building routes, etc.

the only option is "return partial matches" so that if I enter "L 1151" it returns

Catalog ID TRIPS NAME L 1151-5 Alpha Sillius L 1151-a Beta Sillius

etc.

return partial matches should be a checkbox.


From: LJ Ramones @.> Sent: Monday, May 10, 2021 1:36 PM To: ljramones/trips @.> Cc: Rick Boatright @.>; Author @.> Subject: Re: [ljramones/trips] Catalog query (#331)

is this related to a partial search in the catalogid field. How do you want to add this query? Do you want to add it to the big query pane (the one where you select star type and port type etc.) Do you want a separate query? I could add this but how do you want to describe the menu text for it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ljramones/trips/issues/331#issuecomment-837114963, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEYUK2HH6FVW5UJ5KRJSWFDTNARUNANCNFSM4365UPLQ.

ljramones commented 2 years ago

done