Searching Dates in General Search

Viewing 3 reply threads
  • Author
    Posts
  • September 30, 2019 at 10:46 AM #36903

    Rocky Machado
    Participant

    Hi – I notice when I try and do general search on dates. my records do not show up. Is it because the Date is in a table field within the form? I seem to be able to get the right results when I search text fields in a table.

    thanks,
    rocky

    September 30, 2019 at 12:32 PM #36906

    Brendan
    Keymaster

    Hi Rocky,

    That’s right. Date fields can’t be searched via the general search. You need a Saved Search for that. However, Date fields within a Table field can’t be searched at all. I only index the text and numeric data types within a Table field. You could do it by adding a Script field to your parent form which extracts out the date values from your Table field into a single Script field in the parent form. That way when you do a general search you’ll be searching the parent form, not the Table field’s records directly.

    Thanks,

    Brendan

    September 30, 2019 at 10:26 PM #36909

    Sam Moffatt
    Participant

    The script I posted for combining multiple values from a child form should also work for tables. I use this to make parent fields searchable by values in their child fields.

    October 1, 2019 at 7:24 AM #36913

    Rocky Machado
    Participant

    Thanks Sam / Brendan – I created a script and brought the date(s) to the parent form. I can now search using the General Search.

    thanks,
    rocky

Viewing 3 reply threads

You must be logged in to reply to this topic.