No description
Find a file
Rushabh Mehta 86ceb21005 [feature] Global Search (again) (#2710)
* [start] global search frappe/erpnext#6674

* [fix] setup before running test

* [start] global search frappe/erpnext#6674

* Display result as rudimentary list, rebuild old doctypes

* Media view, child tables, delete document updates, searchable fields

* More results UI

* Code clean up

* remove msgprint from document.py to resolve merge conflict

* Modularization stage 1, get show more to work with it

* Dedicated modal Search bar works, some clean up needed

* Can't data-dismiss on links, Bootstrap issue, use hashchange

* Accomodate missing field content syndrome

* Search in boolean mode, make GS default in awesome bar, fix double modal bug and cleanup

* Add in Meta

* Add in customize form

* Modularise Global Search

* Search object

* Commonify Search UI: Stage I

* II: save list state, UI, default condensed view, refactor

* Fix SQL bug, Refactor awesome bar, Fix unicode bug, add nav results

* Refactor using separate search objects, some async issues

* Fix async flow

* Fix preceding more list bug

* UI additions

* another async fix, back link

* Help: Stage I

* Help: Stage II

* Background jobs, fix route options bug

* Fix GS syncing on install

* Add GS options in awesome bar: test

* Input now remembers search type state

* More UI updates

* Add description for GS results in awesome bar

* Fix help modal bug

* Fix: not commit during install

* Test cases, some fixes

* Update in_test flag in enqueue

* Disable GS sync when not install_db

* Add flag check

* Disable field in child tables

* Cleanups

* Create table fix

* Fix redis exception, remove commit enqueue, add gs in migrate

* Fix tests

* Single enqueue

* cleanups

* Fix tests

* Fix event test

* Fix duplication, search as first option

* Add show name in global search

* fix event tests and desk.less

* Fix communication.json

* [fixes] wip

* [fix] tests

* [minor] for tests

* [minor] for tests

* [minor] for tests

* [minor] for tests
2017-02-13 14:50:54 +05:30
ci add my_config patch to travis 2014-10-12 18:54:44 +05:30
frappe [feature] Global Search (again) (#2710) 2017-02-13 14:50:54 +05:30
test_sites [refactor] Language is now a doctype (#2003) 2016-08-23 16:38:03 +05:30
.gitignore [docs] remove /docs/current from repo, since they will be created during build 2016-02-04 17:09:01 +05:30
.travis.yml [Minor] Replace new installer in travis.yml 2016-08-01 17:20:01 +05:30
attributions.md Charts on reports / activity page, deprecated flot library 2016-05-26 15:27:13 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2015-05-13 00:44:53 +05:30
hooks.md Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
license.txt [minor] year update (#1983) 2016-08-17 10:25:38 +05:30
MANIFEST.in Fixed manifest and website 2014-06-09 13:21:57 +05:30
README.md [setup-docs] generate docs and static pages 2015-10-27 10:57:25 +05:30
requirements.txt Fixed merge conflict 2016-11-28 14:25:11 +05:30
setup.py [fix] change in versioning: store __version__ in __init__.py 2016-06-09 16:08:59 +05:30
socketio.js [fix] use currentsite.txt only if host is localhost 2016-07-29 07:59:07 +05:30

Frappe Framework

Build Status

Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext

Installation

Install via Frappe Bench

Website

For details and documentation, see the website

https://frappe.io

License

MIT License