Forum Moderators: phranque
We've been looking for a decent search app for our archive. We have a newsletter and we would like to be able to search within date periods(from xx/xx/****x to yy/yy/yyyy), to highlight the matched keywords, among other things like accept spanish characters (á, é, í, ó, ú, ñ). Anyone knows an app capable of these?
Thanks in advance!
I think your list is store in some database and if you already separated date of the messages in some different colum of the table , then you can use sql query to fetch the records for date range.
Other not so good but may work tip is to tag your email messages with xml, in your email list for example for your date yy/yy/yyyy
you can do the following :
<date>yy/yy/yyyy</date>
And with your application you can parse with XML parser and use some date function ,most programming have functions to compare dates and they will work.
This is not so good way of doing searches because as the search data grows the search will be slower and other problems also increase which is hard for me to explain here.
Hope this helps.
accept spanish characters
I think your list is store in some database and if you already separated date of the messages in some different colum of the table, then you can use sql query to fetch the records for date range.
Greetings,
Herenvardö