If needed, for guest access to Persagen.org please reload the page and enter the following credentials as directed in the login popup.
Username: guest
Password: @Guest123
Reason: the backend for the landing / search page on Persagen.org is Pg-Solr, a SSL/TLS-secured open-source enterprise-search platform based on Apache Solr. The TLS protocol (*(web security) requires a user/password login.
If you encounter website issues, please check your browser extensions; e.g. Firefox:
• Popups: Overlay Remover Auto | ...
• JavaScript: uBlock Origin | Disable JavaScript | NoScript | ...).
If that does not solve the issue please check your browser settings; e.g.:
• how to enable JavaScript in your web browser;
• how to Activate JavaScript on an Android Phone or Tablet;
• how to Allow Pop–ups | Allow/block popups
Recommendations. Persagen.org is best used / viewed on a desktop or computer with a standard monitor. Access on mobile devices may be suboptimal.
Some Android versions appear to be problematic (likely a permissions issue re: JavaScript or display styles?) - while others work (outstanding issue for future resolution).
Mentioned above, the backend search engine on Persagen.org (
*:*
will retrieve all indexed documents
Short words (less than three characters) are ignored.
Searches are case-insensitive, e.g. canada
will find Canada
. Canadian
, ...
Stemmed searches are enabled: e.g. "Canad*" will find "Canada", "Canadian", ...
By default,
Among the metadata fields captured is "title" (i.e., document titles). Thus, to to find indexed documents containing Canada
in the title, search for: title:canada
.
Likewise, to find documents with
With the current (2023-05-10) documents indexed, title:"supreme court"
and title:"supreme" AND title:"court"
will give the same results,
Add:
In addition to supporting all the DisMax query parser parameters, Extended Dismax:
AND
(+
, &&)
, OR
(||
), NOT
(-
).AND
" and "OR
" in Lucene syntax modebf
and bq
) are also supported.+foo
(-foo
) will match all documents.Searching in BT-Solr employs Apache Solr as the back-end (hidden) document indexer / document store.
While the default functionality on the (main tabs) "Search" page works intuitively and well, the following provide tips for more advanced searches.