Autocomplete search with multiple options
Budget: $30 – $250 USD
# Current behaviour
Users can write in the search box and they have to click on "Search" button or hit enter, then they will be redirect to the results page.
# New behaviour
Users will get a dropdown menu as they type.
Options should be the matches of the current text, based on:
- Contact full name
- Contact products names
- Contact fields
The matched text should be highlited
Users will be able to clic the field, the contact name, or the product
- The field will redirect to the contact page
- The contact name will redirect to the contact page
- The prodict will redirect to the product page
# Example
Text to search: gon
Result:
- Maria **Gon**zalez
- Carlos Tan**gon**
- Javier Lopez
-- Email: lopez.**gon*XXXXail.com
-- Product: Car part **gon**ta
- Karina Mendez
-- Product: Battery **Gon**er
#JSON external file estructure
```
[
{
"name":"javier valenzuela valenzuela",
"fields":[
"parisiXXXXXXmaple.com",
"523XXXXX4"
],
"pols":[
"s67587"
]
},
{
"name":"gerardo hernandez gutierrez",
"fields":[
"roxanXXXXlubmaple.com",
"523XXXX"
],
"pols":[
"ez5350"
]
}
]
```
Users can write in the search box and they have to click on "Search" button or hit enter, then they will be redirect to the results page.
# New behaviour
Users will get a dropdown menu as they type.
Options should be the matches of the current text, based on:
- Contact full name
- Contact products names
- Contact fields
The matched text should be highlited
Users will be able to clic the field, the contact name, or the product
- The field will redirect to the contact page
- The contact name will redirect to the contact page
- The prodict will redirect to the product page
# Example
Text to search: gon
Result:
- Maria **Gon**zalez
- Carlos Tan**gon**
- Javier Lopez
-- Email: lopez.**gon*XXXXail.com
-- Product: Car part **gon**ta
- Karina Mendez
-- Product: Battery **Gon**er
#JSON external file estructure
```
[
{
"name":"javier valenzuela valenzuela",
"fields":[
"parisiXXXXXXmaple.com",
"523XXXXX4"
],
"pols":[
"s67587"
]
},
{
"name":"gerardo hernandez gutierrez",
"fields":[
"roxanXXXXlubmaple.com",
"523XXXX"
],
"pols":[
"ez5350"
]
}
]
```