[csvsearch
// url to uploaded file
src=’https://pazzodesign.it/rivenditori.csv’
// charset of file
charset=’iso-8859-1′
// format the output
format='{b}{0}{/b}, {1}, {2}{br/}’
// format the output with link
format=”{a href='{0}’}{1}{/a}”
// format the output with image
format=”{img src='{0}’ /}”
// search label
searchtext=’search’
// format for output when instant search
instantformat='{0}’
// instant search enabled or not
instantsearch=’false’
// data ID format, i.e. what to put in data-id of the listed element.
dataidformat=”{0}”
// change the item separator depending on type of csv file used
csv_separator=’;’
// change the nothing found message
nothing_found_message=’Nothing found when searching for: ‘
// If true, the shortcode will only find exact matches, case sensitive. Default false.
exact_match=’false’
// Add text where search-result will be placed. Default none.
placeholder_text=’Place some default text before searching.’
]