Re: Search feature in ELOG, posted by Andreas Luedeke on Mon Aug 3 13:25:50 2020
|
That question screams: please read the manual! Find command: https://elog.psi.ch/elog/userguide.html#browse
Some simple examples:
https://elog.psi.ch/elogs/Forum/?mode=threaded&reverse=0&reverse=1&npp=20&Subject=Search
https://elog.psi.ch/elogs/Forum/?mode=summary&reverse=0&reverse=1&npp=8&Subject=category
Illam Pakkirisamy |
Re: Search all logbooks as default, posted by Stefan Ritt on Thu Mar 8 08:08:42 2007
|
[quote="An Thai"]do you know how I can default set the option "Search all logbooks" in the Find page selected/checked?[/quote]
I added the option
|
Re: Search Option, posted by Stefan Ritt on Wed Nov 2 21:35:13 2011
|
Carl Shirey wrote:
Is there a way to setup a search, to search several log books but not all the logs books at one time? |
Re: Search Find Selected or List of Logbooks instead of all Logbooks. , posted by Stefan Ritt on Fri Sep 5 10:21:45 2008
|
Alan Stone wrote:
I am using the CMS ELog remotely as a monitoring tool. Information is compartementalized into dozens of containers. |
Re: Scroll box for attributes, posted by Stefan Ritt on Tue Jul 30 17:54:53 2002
|
> Hello,
> If you have the text box turned off so you only enter attributes, is it
> possible to have a couple of attributes that have small scroll through text
|
Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Wed Dec 16 09:56:09 2015
|
You normally don't need to specify "URL = xxx" at all. It is only needed if you work with a Proxy that changes the normal ELOG URL. And
yes, you'll need "Port = 433" and "SSL =1".
And elogd must be compiled with USE_SSL=1, maybe that's your problem? |
Re: Sample of actual elog Config with URL in SSL, posted by Chris Smyth on Thu Aug 4 16:40:14 2016
|
how do I compile elogd with USE_SSL=1?
Andreas Luedeke wrote:
You normally don't need |
Re: Sample of actual elog Config with URL in SSL, posted by Andreas Luedeke on Thu Aug 4 21:53:37 2016
|
Very easy: uncomment the line USE_SSL=1 in the Makefile and then compile.
You'll need of course a gcc compiler on your Windows system, a makefile environment, SSL libraries, etc.. If you don't have that: ask
you local administrator. |