riknet
Forum Replies Created
-
Forum: Plugins
In reply to: [Survey Maker by AYS] Survey submission detail ShortcodeI use the PRO version of the plugin,
Hi,
thanck you for your reply, sorry for the long delay, I was absent for some weeks and could not reply earlier.
Here is the skeleton of my pages
article 1 > Full Directory of Doctors
———————————-a table #1 fully displayed in this style:
|Name | department | Phone Number |
|Mr WHITE | cardiology | 12 34 56 |
|Mr BLUE | cardiology | 12 65 86 |
|Mr RED | pediatrics | 14 77 22 |
|Mr BLACK | pediatrics | 78 90 12 |
|Mr YELLOW | pediatrics | 15 32 11 |
|Mr GREEN | surgery | 22 33 55 |
|Mr GRAY | surgery | 33 34 16 |article 2 > an index of departments
———————————–
cardiology (link to article 3)
pediatrics (link to article 4)
surgery (link to article 5)Page 3,4,5 > a page of information for each departments
———————————–
for example
article 3> Cardiologyactivity:
Cardiology is the medical specialty that studies the heart and its diseases.number of beds: 25
Team of doctors:
(here is the table #1 filtered with the filter “cardiology”
|Name | department | Phone Number |
|Mr WHITE | cardiology | 12 34 56 |
|Mr BLUE | cardiology | 12 65 86 |or filtered and displayed with the option datatables_rowgrouping = true
cardiology
|Name | Phone Number |
|Mr WHITE | 12 34 56 |
|Mr BLUE | 12 65 86 |the problem is if I seach in global search fiel of wordpress the term “surgery”
the result show
article 1 (because there is present in table)
article 2 (because is present in text
article 3 (yet this term is hidden in the page but present in the table#1 filtered)
I’m lookin for a result to show only the article or the list is complete and the article or the list is filtered in function of the department Surgery and not cardiology
cordially