You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- grids column is now optional (checkbox) and desactivated by default,
- full node name can be displayed (checkbox),
- a link allows to download a .csv file of the results,
- a wait icon appears during the search.
Some comments on the future development. Presently the strategie of vsearch.pl script is:
events are selected from the criteria with searchEvents() sub (lines 479-555) that uses external commands (find, grep, awk, ...) and returns the list of event filenames in array @finalEvents;
the filenames contain node ID and start date/time of the event, so it is possible to sort by date or revert date at that point (see lines 200 and 201).
in a loop, events are read and decoded one by one and displayed as a html table.
So in order to sort events on other criteria (node alias, feature, author, etc...), events must be read and decoded first and stored in some array or hash, then sorted, then displayed in a different loop.
Greetings all,
After a few experiments, we noticed it could be interesting to have the possibility of :
Thank you in advance.
Regards,
Cyprien
The text was updated successfully, but these errors were encountered: