Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template and logic for searching a term translation #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

LC43
Copy link

@LC43 LC43 commented Jul 19, 2015

created a new template page for loading and searching for a term in a glossary.

the glossary is loaded from glossary.csv, and the search term is strictly compared with the possible terms in english.

the format was based on this file:
https://docs.google.com/spreadsheets/d/1-a2BwuOfztTfiht93pdeNaIqstju_bzn_sBMQUCp5Ig/edit?usp=sharing
and it's something like this:
https://gist.github.com/LC43/b850b927476487740269

the code looks for a glossary.csv in the uploads dir.

i left a couple of TODO in the code. ;)

A lot more can be done like parcial comparition, multiple return values, and even search results stored in $_SESSION or at least during page view with JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant