Okay
  Public Ticket #1263927
Search
Closed

Comments

  • caklik started the conversation

    Hi,


    I want to know how to:


    I want a field (only this field) on a blank page. A visitor enter a number and click on a button. The next page is the table with the result of this search (exact match). Is it something possible? (maybe use a special link that will make a filtering automatically?)


    Thank you


    Mike

  • [deleted] replied

    Hi Mike,

    We do have built in filtering through URL for both table and columns. You can find all the information about it in our Documentation

    Basicly you need to construct URL with this syntax at the end 

    ?wdt_column_filter[1]=SearchValue

    In which number between "[ ]" is column number (zero based numbering) and "SearchValue" is value for filtering that column in your case it will be a number that visitor enters  

  • caklik replied

    Thanks a lot :) It works like a charm!


    I have a other question, is it possible to have, in this same search, the EXACT MATCH activated? I don't want the users be able the simply put a single letter and see all the results...


    Thank you


    Mike

  • [deleted] replied

    Hi Mike,

    You can turn on exact filtering option on filtering tab in column settings modal. More on this in our Documentation

  •   caklik replied privately
  • [deleted] replied

    Hi Mike,

    Is the filtering option turned on for that table?

  •   caklik replied privately
  • [deleted] replied

    Hi Mike,

    Unfortunately your website gave me an error

    Website Coming Soon!


  • [deleted] replied

    Hi Mike,

    At this moment we do not have exact match filtering on whole table. We do have it on columns so if you are searching for values from one column please use this format

    ?wdt_column_filter[1]=SearchValue

    and you can turn exact search for that column

    rather than 

    ?wdt_search=pos

    which search through the whole table and does not have exact search option