picard icon indicating copy to clipboard operation
picard copied to clipboard

"Date" related natural Language query support

Open n14b opened this issue 1 year ago • 0 comments

Hi, I was trying queries like " Find all the parks available today" for my dataset :

<title></title>
<meta name="generator" content="LibreOffice 6.4.7.2 (Linux)"/>
<style type="text/css">
	body,div,table,thead,tbody,tfoot,tr,th,td,p { font-family:"Liberation Sans"; font-size:x-small }
	a.comment-indicator:hover + comment { background:#ffd; position:absolute; display:block; border:1px solid black; padding:0.5em;  } 
	a.comment-indicator { background:red; display:inline-block; border:1px solid black; width:0.5em; height:0.5em;  } 
	comment { display:none;  } 
</style>
Park ID facilityID facilitysubcategoryID availability start date availability till date Actual date
park00002 faci00005 facisub00007 10/14/2023 10/19/2023 10/16/2023
park00005 faci00007 facisub00005 10/14/2023 10/15/2023 10/16/2023
park00005 faci00007 facisub00005 10/15/2023 10/16/2023 10/16/2023
park00001 faci00001 facisub00001 10/09/2023 10/15/2023 10/16/2023
Does picard support natural language queries involving date? Can you help me with this?

Thankyou for all help

n14b avatar Nov 02 '23 04:11 n14b