We have created a very powerful search engine to help you find results supporting deep and complex searches in English and Tamil(தமிழ்). Following are some examples of the different features of the search:
Specific Paasuram
To access a specific paasuram, you can specify the short code followed by pathu(decade).thirumozhi(chapter).paasuram number. For eg: to access Thiruvaimozhi 3rd decade 5th chapter 8th paasuram, you can say within quotes “TVM 3.5.8”. Alternatively, you can specify in the URL as well as /divya-prabandam/TVM/3/5/8
Short Codes (SC) for Prabhandams are as follows:
SC | Tamil | English |
---|---|---|
TPL | திருப்பல்லாண்டு | Thiruppallaṇḍu |
PAT | பெரியாழ்வார் திருமொழி | Periyazhwār Thirumozhi |
TP | திருப்பாவை | Thiruppāvai |
NAT | நாச்சியார் திருமொழி | Nāchiyār Thirumozhi |
PMT | பெருமாள் திருமொழி | Perumāl Thirumozhi |
TCV | திருச்சந்த விருத்தம் | Thiruchanda Virutham |
TM | திருமாலை | Thirumālai |
TPE | திருப்பள்ளியெழுச்சி | Thiruppaḷḷi Ezhuchi |
AAP | அமலனாதிபிரான் | Amalan Aadipirān |
KCT | கண்ணி நுண்சிறுத்தாம்பு | Kaṇṇiṇuṇchiṛuthāmbu |
PT | பெரிய திருமொழி | Periya Thirumozhi |
TKT | திருக்குருந்தாண்டகம் | Thirukkurundānḍagam |
TNT | திரு நெடுந்தாண்டகம் | Thiru Nedunthandakam |
MLT | முதல் திருவந்தாதி | 1st Thiruvandādi |
IT | இரண்டாம் திருவந்தாதி | 2nd Thiruvandāthi |
MUT | மூன்றாம் திருவந்தாதி | 3rd Thiruvandāthi |
NMT | நான்முகன் திருவந்தாதி | Nānmuhan Thiruvandāthi |
TVT | திருவிருத்தம் | Thiruvirutham |
TS | திருவாசிரியம் | Thiruvāsiriyam |
PTA | பெரிய திருவந்தாதி | Periya Thiruvandāthi |
TEK | திருவெழுகூற்றிருக்கை | Thiruvezukuṛṛirukkai |
STM | சிறிய திருமடல் | Siriya thirumaḍal |
PTM | பெரிய திருமடல் | Periyathirumaḍal |
TVM | திருவாய் மொழி | Thiruvāymozhi |
RNA | இராமாநுச நூற்றந்தாதி | Rāmānujanutrandāthi |
URM | உபதேச ரத்தினமாலை | Upedesha Rathina Mālai |
Phrases:
Phrase Search allows you to search for documents containing an exact sentence or phrase rather than comparing a set of keywords in random order. To use phrase search use quotation marks (") around a specific phrase:
"Live Long (Pallāndu)! Live Long (Pallāndu)!"
Wildcards:
Search supports single and multiple-character wildcard searches within single terms (not within phrase queries).
To perform a single-character wildcard search use the "?" symbol.
To perform a multiple-character wildcard search use the "*" symbol.
The single-character wildcard search looks for terms that match that with the single character replaced. For example, to search for "come" or "came" you can use the search:
Multiple-character wildcard searches look for 0 or more characters. For example, to search for child or children, you can use the search:
You can also use wildcard searches in the middle of a term.
Note: You cannot use a * or? symbol as the first character of a search.
Proximity search:
UVeda search supports finding words within a specific distance away. To do a proximity search use the tilde, "~", symbol at the end of a Phrase. For example to search for a "dark" and "flower" within 4 words of each other in a document use the search:
Boolean:
Boolean operators allow terms to be combined through logic operators. Search supports AND, "+", OR, NOT, and "-" as Boolean operators (Note: Boolean operators must be ALL CAPS).
OR
The OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used. The OR operator links two terms and finds a matching document if either of the terms exists in a document. This is equivalent to a union using sets. The symbol || can be used in place of the word OR.
To search for documents that contain either "cow" or "flute" use the query:
or
AND
The AND operator matches documents where both terms exist anywhere in the text of a single document. This is equivalent to an intersection using sets. The symbol && can be used in place of the word AND.
To search for documents that contain "flower" and "flute" use the query:
+ (plus)
The "+" or required operator requires that the term after the "+" symbol exist somewhere in the field of a single document.
To search for documents that must contain "flute" and may contain "flower" use the query:
NOT
The NOT operator excludes documents that contain the term after NOT. This is equivalent to a difference using sets. The symbol ! can be used in place of the word NOT.
To search for documents that contain "Ghee or Milk" but not "yogurt" use the query:
Note: The NOT operator cannot be used with just one term. For example, the following search will return no results:
NOT "yogurt"
- (minus)
The "-" or prohibit operator excludes documents that contain the term after the "-" symbol.
To search for documents that contain "milk" but not "yogurt" use the query:
Grouping
Search supports using parentheses to group clauses to form sub-queries. This can be very useful if you want to control the boolean logic for a query.
To search for either "milk" and "ghee" or "yogurt" use the query:
Boosting:
The search engine provides the relevance level of matching documents based on the terms found. To boost a term use the caret, "^", symbol with a boost factor (a number) at the end of the term you are searching. The higher the boost factor, the more relevant the term will be.
Boosting allows you to control the relevance of a document by boosting its term. For example, if you are searching for
and you want the term "lakshmi" to be more relevant boost it using the ^ symbol along with the boost factor next to the term. You would type:
This will make documents with the term lakshmi appear more relevant. You can also boost Phrase Terms as in the example:
By default, the boost factor is 1. Although the boost factor must be positive, it can be less than 1 (e.g. 0.2)
Faceted search:
On top of all these types of searches, you can apply relevant filters (e.g. record type, hierarchy, author, ...) for currently shown search results.