Git Product home page Git Product logo

Comments (22)

jacksonh avatar jacksonh commented on June 27, 2024 1

Going to assign this one to @sywhb to look into more. Based on the data here I do see the correct call being made, but the library item status not being updated on the backend.

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024 1

I think maybe the core error here is no:label creates an exception with our new search parser. /cc @sywhb

from omnivore.

jostyee avatar jostyee commented on June 27, 2024 1

@jacksonh I don't think so, see my updated reply #3292 (comment) w/o no:label the function doesn't work, neither.

from omnivore.

jostyee avatar jostyee commented on June 27, 2024 1

@sywhb confirmed fixed, thank you again.

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Are they still there if you refresh?

from omnivore.

jostyee avatar jostyee commented on June 27, 2024

Are they still there if you refresh?

yes there are, it's been over 2days and I've tried countless times:

  1. use custom query to find out the items I don't want any more
  2. select all or multiple
  3. click the delete button
  4. refresh webpage, nothing changes

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Do you mind opening the developer console and looking for any errors? Both on the console tab and the network tab? If there is anything private you can either obscure it in the screenshot or send through the feedback tool

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Thanks, it does look like everything went right there. Can you also try just a simple search like in:inbox with no label filters or anything to see if the items display?

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Going to delete this HAR file too as it includes some authentication info

from omnivore.

jostyee avatar jostyee commented on June 27, 2024

Thanks, it does look like everything went right there. Can you also try just a simple search like in:inbox with no label filters or anything to see if the items display?

it works for in:inbox

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

@jostyee thanks. Can you add the search query here that isn't working?

from omnivore.

jostyee avatar jostyee commented on June 27, 2024

@jacksonh the query is in:archive author:admin , ty.

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

hey @jacksonh, the delete function was failed because a recent change we made (default scope is in:inbox instead of in:all) and @jostyee was trying to delete items from archive folder so the params of the api were includes:id which converts to in:inbox includes:id and then no items were actually deleted

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

ahhh so on the web client i should change this, taking a look at it now

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

i think we probably should revert this change so defaults to in:all if no folder is defined but it creates some other problems with saved searches like no:label or type:file which we want to show only unarchived items

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

ahhh so on the web client i should change this, taking a look at it now

no, it's something i changed in the backend here #3276

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Hmm, yeah i do think that patch is correct but we probably need to update defaults in a bunch of places.

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

Hmm, yeah i do think that patch is correct but we probably need to update defaults in a bunch of places.

oh okay. like when you selected multiple items, the query should be in:all includes:id1,id2

from omnivore.

jacksonh avatar jacksonh commented on June 27, 2024

Yeah, or maybe whenever includes is used we should use in:all

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

Yeah, or maybe whenever includes is used we should use in:all

yeah, sounds right

from omnivore.

jostyee avatar jostyee commented on June 27, 2024

Yeah, or maybe whenever includes is used we should use in:all

should be, otherwise tabs such as highlights won't show archive items, and I have to adjust the Obsidian sync plugin query to fetch them.

from omnivore.

sywhb avatar sywhb commented on June 27, 2024

@jostyee, we just fixed this. could you please check again?

from omnivore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.