meteor-easy-search

    2熱度

    1回答

    您好我使用matteodem:Meteor的easy-search軟件包。現在我分塊我的成績進入size Template.UserList.helpers({ users: function() { all = Meteor.users.find().fetch(); chunks = []; size = 3; while (all.lengt

    0熱度

    1回答

    有沒有辦法向集合添加或注入額外的或新的字段,然後能夠將新插入的字段訪問到集合上客戶端並顯示在模板上或訪問它,而不會影響服務器端?我不想與API或數據庫妥協,因爲它只是一些東西的計數,就像客戶總共交付8次時一樣。 我在做這個代碼在那裏我訂閱集合,然後嘗試更新客戶端的集合,但很明顯,我應該有更新它沒有權利: Meteor.subscribe("all_customers", function() {

    0熱度

    1回答

    我想根據這裏的文檔過濾收集傳遞給easysearch的返回對象[http://matteodem.github.io/meteor-easy-search/docs/recipes/][1]。這應該僅基於登錄的userId來過濾和返回記錄。它返回這個錯誤的Id錯誤..我不知道它到底從哪裏得到id,因爲登錄用戶的userId與它所搜索的不同。請幫忙。 這是easysearch設置 // Client

    0熱度

    2回答

    我的目標是在Urigo的meteor-angular2.0示例中使用ElasticSearch(請參閱下面的鏈接)。 爲此,我嘗試在我現有的基於https://github.com/Urigo/meteor-angular2.0-socially的項目中使用easysearch:elasticsearch包。 我使用meteor add easysearch:elasticsearch後,如果我嘗

    0熱度

    1回答

    我有以下兩個模式, Schema.extraOptions = new SimpleSchema({ name: { type: String }, content: { type: String }, note: { type: String } }); var wordFields = { _id: { type: Strin

    0熱度

    2回答

    我只是試圖在Meteor中設置一個基本的搜索工具來查找我的MongoDB集合中的文章,但我正在努力讓自己站起來(如果有人有一個很好的教程替代搜索工具,我願意提供建議)。 我在easy:search然而一個段落解決,因爲它似乎是一個簡單的搜索工具來獲得運行,到他們getting started instructions,我已經得到一個錯誤: ReferenceError: Index is not