Hi,
I would like to be able to do a reverse search. I've no clue if this is doable.
For example the search bar inside a website lets you enter a word and it will then load a new webpage with all related stats for that word.
Coding wise the stats and the word consist of simple text inside an element (<p>, <h>,..)
To put into perspective, let's say I want to find all the Companies (word) that got between 15% - 30% Market Share (stat) and between 5% - 10% Revenue (stat).
Companies 1,2,3 have 20% MS and 3% RV, while Company 4 has 20% MS and 6% RV.
Only the webpage for Company 4 will be displayed.
I'm not an expert at all at coding so bear with me please
If something isn't clear, let me know
Thanks alot
I would like to be able to do a reverse search. I've no clue if this is doable.
For example the search bar inside a website lets you enter a word and it will then load a new webpage with all related stats for that word.
Coding wise the stats and the word consist of simple text inside an element (<p>, <h>,..)
To put into perspective, let's say I want to find all the Companies (word) that got between 15% - 30% Market Share (stat) and between 5% - 10% Revenue (stat).
Companies 1,2,3 have 20% MS and 3% RV, while Company 4 has 20% MS and 6% RV.
Only the webpage for Company 4 will be displayed.
I'm not an expert at all at coding so bear with me please
If something isn't clear, let me know
Thanks alot