Lxrge Posted June 4, 2021 Share Posted June 4, 2021 I am trying to design a search system that uses a string of characters to bring back a list of search results... Example user enters 123456 into the search bar on the back end the 123456 references an ID The ID references a list of associated results How would I go about doing this? Link to comment https://www.neowin.net/forum/topic/1408524-not-sure-how-to-tackle-this-any-help-would-be-appreciated/ Share on other sites More sharing options...
0 Nick H. Supervisor Posted June 5, 2021 Supervisor Share Posted June 5, 2021 23 hours ago, Lxrge said: How would I go about doing this? Your question is too broad and needs more detail for any helpful response. For starters, what programming language are you using to create your code? It sounds like you want to create a search function, is that right? What is it for? Searching for files like File Explorer offers? Looking for data within cells, like in Excel? Searching the Internet for websites? adrynalyne 1 Share Link to comment https://www.neowin.net/forum/topic/1408524-not-sure-how-to-tackle-this-any-help-would-be-appreciated/#findComment-598649349 Share on other sites More sharing options...
0 FloatingFatMan Posted June 19, 2021 Share Posted June 19, 2021 Gotta love homework season... adrynalyne 1 Share Link to comment https://www.neowin.net/forum/topic/1408524-not-sure-how-to-tackle-this-any-help-would-be-appreciated/#findComment-598653314 Share on other sites More sharing options...
0 adrynalyne Posted June 19, 2021 Share Posted June 19, 2021 (edited) @OP at least give an attempt with pseudo code and an attempt in language chosen. 1 hour ago, FloatingFatMan said: Gotta love homework season... Yep. Link to comment https://www.neowin.net/forum/topic/1408524-not-sure-how-to-tackle-this-any-help-would-be-appreciated/#findComment-598653327 Share on other sites More sharing options...
Question
Lxrge
I am trying to design a search system that uses a string of characters to bring back a list of search results...
Example
user enters 123456 into the search bar
on the back end the 123456 references an ID
The ID references a list of associated results
How would I go about doing this?
Link to comment
https://www.neowin.net/forum/topic/1408524-not-sure-how-to-tackle-this-any-help-would-be-appreciated/Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now